main^2
naicoi 2023-04-11 20:07:12 +07:00
parent a3553cf1aa
commit a0d8bfe6be
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
1 changed files with 1 additions and 1 deletions

View File

@ -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 / {