fix: increase nginx max client size

This commit is contained in:
nydragon 2025-03-10 10:36:28 +01:00
parent 760931a5c5
commit c3c7f161b3
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE

View file

@ -175,6 +175,7 @@
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
proxy_http_version 1.1;
client_max_body_size 2000M;
'';
};
useACMEHost = "ccnlc.eu";