update max files for obsi sync
This commit is contained in:
parent
52e452720b
commit
85958c75ce
1 changed files with 7 additions and 0 deletions
|
@ -140,6 +140,13 @@
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://100.64.0.1:5984";
|
proxyPass = "http://100.64.0.1:5984";
|
||||||
};
|
};
|
||||||
|
extraConfig = ''
|
||||||
|
client_max_body_size 100M;
|
||||||
|
proxy_redirect off;
|
||||||
|
proxy_buffering off;
|
||||||
|
proxy_set_header Host $host;
|
||||||
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
"_" = {
|
"_" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue