Update uwsgi.ini (#555)

* Update uwsgi.ini

Updated uwsgi from the default to the max setting 65535, this resolves an issue with large http headers that can cause 502 gateway errors when accessing mailman web interface.

* Reduce the size from max to what apache2 supports.

Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>
This commit is contained in:
bbcchmc
2022-10-28 07:35:16 -04:00
committed by GitHub
parent ba9076a6a0
commit 19507087ad

View File

@@ -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