nixos/mailman: increase uwsgi buffer size (#359037)

This commit is contained in:
Sandro
2024-12-10 00:51:27 +01:00
committed by GitHub
+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"; }