diff --git a/app.conf b/app.conf index 0d726a2..09b6fcd 100644 --- a/app.conf +++ b/app.conf @@ -24,7 +24,7 @@ http { location / { root /var/app/; index index.html index.htm; - # try_files $uri$args $uri$args/ $uri/ index.html; + try_files $uri$args $uri$args/ $uri/ index.html; error_page 404 =200 /; }