From a0d8bfe6beeb2128b296cbbc58010b8c0f20c8fd Mon Sep 17 00:00:00 2001 From: naicoi Date: Tue, 11 Apr 2023 20:07:12 +0700 Subject: [PATCH] 0.1.1 --- default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 / {