Skip to content

Commit

Permalink
[Backport release-24.11] nixos/mailman: increase uwsgi buffer size (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Dec 10, 2024
2 parents c83e2b1 + 9ac83bc commit a312bd6
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 a312bd6

Please sign in to comment.