diff --git a/nginx-app.conf b/nginx-app.conf index 280c40a..9f86955 100644 --- a/nginx-app.conf +++ b/nginx-app.conf @@ -8,7 +8,7 @@ server { fastcgi_buffers 16 16k; fastcgi_buffer_size 16k; index index.php index.html; - root /var/www/html; + root /var/www/html/public; server_tokens off; set $my_https "off";