Merge branch 'hotfix/0.1.1' into main

main v0.1.1
naicoi 2023-04-11 20:07:15 +07:00
commit f77108393b
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 / {