1
0
Fork 0

atticd: Disable body size checks in nginx

This commit is contained in:
Daniel Kempkens 2023-04-05 12:28:15 +02:00
parent 2955832f15
commit a6db9898e2
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -46,6 +46,10 @@ in
onlySSL = true;
useACMEHost = "cache.daniel.sx";
extraConfig = ''
client_max_body_size 0;
'';
locations."/" = {
recommendedProxySettings = true;
proxyPass = "http://127.0.0.1:8080";