add max body size

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-05 23:15:57 -05:00
parent 3a572a9222
commit 52b440b5b3
2 changed files with 31 additions and 23 deletions

View file

@ -30,6 +30,9 @@
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
appendHttpConfig = ''
client_max_body_size 500M;
'';
virtualHosts =
let
tailnetConfig = {