diff --git a/script/docker/app/nginx/web/nginx.conf b/script/docker/app/nginx/web/nginx.conf index af418a624..c7b15ac49 100644 --- a/script/docker/app/nginx/web/nginx.conf +++ b/script/docker/app/nginx/web/nginx.conf @@ -41,9 +41,9 @@ http { server_name web; root /usr/share/nginx/html; - location / { - root html; - index index.html; + location /{ + index index.html; + error_page 404 /index.html; } location ^~ /oauth/redirect {