fix: upload limit 500MB, mount all public dirs in docker
Deploy to VPS / deploy (push) Has been cancelled

This commit is contained in:
2026-04-08 15:56:56 +00:00
parent 0118774e31
commit 3c20ce5c37
72 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ http {
tcp_nodelay on;
keepalive_timeout 65;
types_hash_max_size 2048;
client_max_body_size 50M;
client_max_body_size 500M;
gzip on;
gzip_vary on;