homelab: increased nginx upload limit on abs x5 (again)

This commit is contained in:
Aly Raffauf 2024-03-15 19:17:45 -04:00
parent a9a6333435
commit 44cc242f96

View file

@ -52,7 +52,7 @@
proxy_set_header Connection "upgrade";
proxy_redirect http:// https://;
proxy_buffering off;
client_max_body_size 100M;
client_max_body_size 500M;
'';
};
};