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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user