diff --git a/nginx.conf b/nginx.conf index ab0b25d..29dc13b 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,6 +4,7 @@ http { server { listen 80 default_server; server_name _; + root /var/www/html/; location / { try_files $uri $uri/ $uri.html =404;