diff --git a/web/mailman-web/uwsgi.ini b/web/mailman-web/uwsgi.ini index 5856f4c..8e917a3 100644 --- a/web/mailman-web/uwsgi.ini +++ b/web/mailman-web/uwsgi.ini @@ -6,6 +6,9 @@ http-socket = 0.0.0.0:8000 #Enable threading for python enable-threads = true +# Setting uwsgi buffer size to what Apache2 supports. +buffer-size = 8190 + # Move to the directory wher the django files are. chdir = /opt/mailman-web