diff --git a/web/server/conf.d/default.conf b/web/server/conf.d/default.conf deleted file mode 100644 index 2083101b8..000000000 --- a/web/server/conf.d/default.conf +++ /dev/null @@ -1,16 +0,0 @@ -server { - listen 80; - server_name localhost; - - location / { - root /usr/share/nginx/html; - index index.html index.htm; - try_files $uri /index.html; - } - - # redirect server error pages to the static page /50x.html - error_page 500 502 503 504 /50x.html; - location = /50x.html { - root /usr/share/nginx/html; - } -} \ No newline at end of file