1
0
Fork 0

Temporarily remove clientMaxBodySize

This commit is contained in:
Avery 2025-02-14 22:15:29 +01:00
parent e010da0139
commit d6ea1c5843
Signed by: Avery
GPG key ID: B684FD451B692E04
2 changed files with 0 additions and 2 deletions

View file

@ -42,7 +42,6 @@ in {
nginx.virtualHosts."git.rcia.dev" = {
locations."/" = {
proxyPass = "http://127.0.0.1:${toString portDefinitions.forgejo-http}";
clientMaxBodySize = "200M";
};
};
};

View file

@ -12,7 +12,6 @@ in {
nginx.virtualHosts."jellyfin.rcia.dev" = {
locations."/" = {
proxyPass = "http://127.0.0.1:${portDefinitions.jellyfin-http}";
clientMaxBodySize = "10M";
};
extraConfig = nginxLocalServiceConfig;
};