summary refs log tree commit diff stats
path: root/system/settings/services
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/services')
-rw-r--r--system/settings/services/git-server.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/services/git-server.nix b/system/settings/services/git-server.nix
index 0fba0198..512067ce 100644
--- a/system/settings/services/git-server.nix
+++ b/system/settings/services/git-server.nix
@@ -151,6 +151,7 @@ in
           @git_http_backend path_regexp "^.*/(HEAD|info/refs|objects/info/[^/]+|git-upload-pack)$"
           handle @git_http_backend {
             reverse_proxy ${fcgisocket} {
+              request_buffers 4k
               transport fastcgi {
                 env SCRIPT_FILENAME ${pkgs.git}/libexec/git-core/git-http-backend
                 env GIT_PROJECT_ROOT ${repos}