Skip to content

Use HTTP protocol instead of uwsgi for mailman-web.

Abhilash Raj requested to merge maxking/mailman-suite-doc:docs into master

The performance of uwsgi protocol isn't worth the trouble it causes by not being able to curl to the URL and debug issues.

It also doesnt' work when Core tries to archive emails and/or tries to fetch templates from Postorius. For this purpose, do not prescribe the user of uwsgi protocol anywhere.

Merge request reports