increase body size on pulsebert

This commit is contained in:
Daniel Poelzleithner 2021-04-09 17:37:27 +02:00
parent 71cf274214
commit a8b83d0187
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ in {
extraConfig = ''
proxy_set_header X-Scheme $scheme;
proxy_set_header Accept-Encoding identity;
client_max_body_size 200M;
client_max_body_size 2000M;
'';
};
locations."/cam/stream" = {