Merge branch 'hotfix/0.1.2' into develop

naicoi 2023-04-11 20:10:39 +07:00
commit 34a813cc5b
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
server {
listen 80;
server_name $host;
server_name _;
root /var/www/html;
index index.php index.html index.htm;
client_max_body_size 1G;