diff --git a/nginx.conf b/nginx.conf index 367319a3..dda3d6de 100644 --- a/nginx.conf +++ b/nginx.conf @@ -17,7 +17,7 @@ http { server_name localhost; location / { - root html; + root /usr/share/nginx/html; index index.html index.htm; if ($request_method = 'OPTIONS') { add_header 'Access-Control-Allow-Origin' '*';