nixos/mailman: increase uwsgi buffer size

otherwise results in 502 bad gateway errors with some clients (which send a lot of cookies?)

Change-Id: I9aadedb7acde0388f060dbb82ccd8788f41ff0e6
This commit is contained in:
Yureka
2024-12-08 10:36:18 +01:00
parent 2c327da4c5
commit 4d8e8de0d9
+1
View File
@@ -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"; }