Compare commits

...

2 Commits

Author SHA1 Message Date
naicoi f77108393b
Merge branch 'hotfix/0.1.1' into main 2023-04-11 20:07:15 +07:00
naicoi a0d8bfe6be
0.1.1 2023-04-11 20:07:12 +07:00
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 / {