mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 18:53:54 -05:00
homelab: increased nginx upload limit on abs x5 (again)
This commit is contained in:
parent
a9a6333435
commit
44cc242f96
|
@ -52,7 +52,7 @@
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
proxy_redirect http:// https://;
|
proxy_redirect http:// https://;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
client_max_body_size 100M;
|
client_max_body_size 500M;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue