diff --git a/nginx/default.conf b/nginx/default.conf index 3bc9b47..eb03d21 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -4,11 +4,6 @@ server { #access_log /var/log/nginx/host.access.log main; - location / { - root /usr/share/nginx/html; - index index.html index.htm; - } - #error_page 404 /404.html; # redirect server error pages to the static page /50x.html