atticd: Disable body size checks in nginx
This commit is contained in:
parent
2955832f15
commit
a6db9898e2
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue