fix(pm/teal/pds): Update nginx max body upload size #66

merged
opened by thecoded.prof targeting main from private/coded/push-ulqyloxonvmx
Changed files
+4
packetmix
systems
teal
+4
packetmix/systems/teal/pds.nix
··· 45 recommendedProxySettings = true; 46 proxyWebsockets = true; 47 }; 48 }; 49 50 clicks.storage.impermanence.persist.directories = [ "/var/lib/pds" ];
··· 45 recommendedProxySettings = true; 46 proxyWebsockets = true; 47 }; 48 + 49 + extraConfig = '' 50 + client_max_body_size 1024M; 51 + ''; 52 }; 53 54 clicks.storage.impermanence.persist.directories = [ "/var/lib/pds" ];