diff --git a/default.conf b/default.conf index c21a4b8..c0ecced 100644 --- a/default.conf +++ b/default.conf @@ -1,8 +1,8 @@ server { listen 80; server_name $host; + root /var/www/html; index index.php index.html index.htm; - index index.php; client_max_body_size 1G; location / {