Skip to content

Commit

Permalink
nixos/mailman: increase uwsgi buffer size
Browse files Browse the repository at this point in the history
otherwise results in 502 bad gateway errors with some clients (which send a lot of cookies?)

Change-Id: I9aadedb7acde0388f060dbb82ccd8788f41ff0e6
(cherry picked from commit 4d8e8de)
  • Loading branch information
yuyuyureka authored and github-actions[bot] committed Dec 9, 2024
1 parent b5556c8 commit 9ac83bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/mail/mailman.nix
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ in {
plugins = ["python3"];
home = webEnv;
http = "127.0.0.1:18507";
buffer-size = 8192;
}
// (if cfg.serve.virtualRoot == "/"
then { module = "mailman_web.wsgi:application"; }
Expand Down

0 comments on commit 9ac83bc

Please sign in to comment.