diff --git a/nginx.conf b/nginx.conf index df576c5..216a1e2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -6,13 +6,13 @@ http { server_name _; location / { - root /var/www/html; + root /usr/share/nginx/html; index index.html; } location /img { include /etc/nginx/mime.types; - alias /var/www/html/img; + alias /usr/share/nginx/html/img; } location = /favicon.ico { access_log off; log_not_found off; }