diff --git a/docker/nginx/conf.d/default.conf b/docker/nginx/conf.d/default.conf index 83f71086..0ffe5c54 100644 --- a/docker/nginx/conf.d/default.conf +++ b/docker/nginx/conf.d/default.conf @@ -1,12 +1,8 @@ server { - listen 80; - server_name _; root /app; - index index.html index.htm; - error_page 404 /404.html; rewrite ^/about/?$ / permanent;