diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-04-04 04:55:59 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-05 17:25:16 +0200 |
commit | a2e657e16f8e2d88a88622e5849b6045d4a3748e (patch) | |
tree | 7f9376591d2d7a8f518835ef15b87de400a69828 /host | |
parent | Attempt to fix auto-redeploy (diff) | |
download | Spacebar-Open-Infrastructure-a2e657e16f8e2d88a88622e5849b6045d4a3748e.tar.xz |
Nginx body size
Diffstat (limited to 'host')
-rwxr-xr-x | host/Spacebar-nginx/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Spacebar-nginx/configuration.nix b/host/Spacebar-nginx/configuration.nix index ea5087e..80af48f 100755 --- a/host/Spacebar-nginx/configuration.nix +++ b/host/Spacebar-nginx/configuration.nix @@ -24,6 +24,7 @@ package = pkgs.nginxQuic; recommendedProxySettings = true; recommendedTlsSettings = true; + clientMaxBodySize = "50m"; virtualHosts = { # legacy "matrix.thearcanebrony.net" = import ./hosts/thearcanebrony.net/matrix.nix; |