add client_max_body_size

This commit is contained in:
xiaomlove
2025-06-16 15:42:27 +07:00
parent f2602cbd91
commit ee4757cdc9

View File

@@ -9,6 +9,8 @@ server {
ssl_certificate /certs/fullchain.pem;
ssl_certificate_key /certs/private.key;
client_max_body_size 100M;
location = /favicon.ico {
log_not_found off;
access_log off;