diff --git a/nginx/conf.d/default.conf b/nginx/conf.d/default.conf index 1adeb10..e1e0040 100644 --- a/nginx/conf.d/default.conf +++ b/nginx/conf.d/default.conf @@ -1,6 +1,6 @@ server { listen 80; - root /app/public; + root /app; location / { index index.html;