summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-04-04 04:55:59 +0200
committerRory& <root@rory.gay>2024-06-05 17:25:16 +0200
commita2e657e16f8e2d88a88622e5849b6045d4a3748e (patch)
tree7f9376591d2d7a8f518835ef15b87de400a69828
parentAttempt to fix auto-redeploy (diff)
downloadSpacebar-Open-Infrastructure-a2e657e16f8e2d88a88622e5849b6045d4a3748e.tar.xz
Nginx body size
-rwxr-xr-xhost/Spacebar-nginx/configuration.nix1
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;