set max body size for foundry

This commit is contained in:
Cyryl Płotnicki 2022-06-18 10:03:10 +01:00
parent 8d9e8279d0
commit d9ee000b4a

View file

@ -2,6 +2,7 @@
imports = [ ../nginx.nix ];
services.nginx = {
clientMaxBodySize = "300M";
virtualHosts = {
"foundryvtt.peninsula.industries" = {
forceSSL = true;