diff --git a/web/nginx.conf b/web/nginx.conf index 69c29fee..2f901303 100644 --- a/web/nginx.conf +++ b/web/nginx.conf @@ -33,6 +33,7 @@ http { location / { root /var/www/html/web; index index.html index.htm; + try_files $uri /index.html; } #error_page 404 /404.html;