update max files for obsi sync

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-07 11:25:48 -05:00
parent 52e452720b
commit 85958c75ce

View file

@ -140,6 +140,13 @@
locations."/" = {
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;
'';
};
"_" = {