This commit is contained in:
antv
2026-08-04 19:56:46 +07:00
parent eee82363ed
commit e249f08ecc
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
server {
listen 80;
server_name localhost;
client_max_body_size 20M;
root /var/www/html/public;
index index.php index.html;