From: Alex Dehnert Date: Mon, 17 Jul 2023 03:21:33 +0000 (+0000) Subject: Serve up Mailman3 X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=df9a3d3962e755292da705750641f1155fe76624;p=sysconfig%2Fapache2.git Serve up Mailman3 --- diff --git a/sites-common/default b/sites-common/default index 9171a6c..c2197af 100644 --- a/sites-common/default +++ b/sites-common/default @@ -59,4 +59,16 @@ Alias /doc/ "/usr/share/doc/" Include sites-common/awstats -Include ../mailman3/apache.conf + +Alias /mailman3/static /opt/mailman/web/static + + Require all granted + + + + ProxyPass /mailman3/favicon.ico ! + ProxyPass /mailman3/static ! + #ProxyPass /mailman3 unix:/run/mailman3-web/uwsgi.sock|uwsgi://localhost/ + ProxyPass /mailman3 uwsgi://localhost:8080/ + ProxyPassReverse /mailman3 uwsgi:/localhost:8080/ +