diff --git a/nginx.conf b/nginx.conf index 1e7a7c9..5016ce1 100644 --- a/nginx.conf +++ b/nginx.conf @@ -30,7 +30,7 @@ http { server { listen 80 default_server; - root /config/www; + root /usr/share/nginx/html; index index.html index.htm index.php; server_name _;