diff --git a/nginx.conf b/nginx.conf index c84cffd..e9e50db 100644 --- a/nginx.conf +++ b/nginx.conf @@ -15,7 +15,7 @@ http { server_name _; server_tokens off; - root /app/static; + root /app/out; gzip_static on; } }