X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=sites-common%2Fdefault;h=c2197afe36c1676195a451c851f8200230fa1b5e;hb=df9a3d3962e755292da705750641f1155fe76624;hp=9171a6cb6b7307c511e31c74767fe49749ccfa57;hpb=0333f24bfc40dcb9fde9d364aa398831ae9d91db;p=sysconfig%2Fapache2.git 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/ +