diff --git a/default.conf b/default.conf index 87fe814..b4d968f 100644 --- a/default.conf +++ b/default.conf @@ -14,7 +14,7 @@ server { error_log /var/log/nginx/error.log error; - location / { + location / { root /usr/share/nginx/html; try_files $uri $uri/ /index.html; index index.html index.htm;