26 Jul
2022
26 Jul
'22
10:29 p.m.
So adding the slashes did not fix, but I did get a workaround to work from the other thread:
ProxyPass /mailman3 unix:/run/mailman3-web/uwsgi.sock|uwsgi://localhost ProxyPass /mailman unix:/run/mailman3-web/uwsgi.sock|uwsgi://localhost
Now makes it so that lists.example.com/mailman3 works sort of correctly. Weirdly enough, however, it redirects to lists.example.com/mailman/postorius/lists/ rather than */mailman3/*
AND, if you go to lists.example.com/mailman it errors out with a 404 but redirects to
lists.example.com/mailma
So somehow a letter is getting deleted for some reason.