7 Apr
2023
7 Apr
'23
3:07 a.m.
Hi, I recently completed the a Mailman3 install using these[1] instructions. I'm able to access the web interface, the Django admin app, etc off the root domain URL. For example: https://mydomain.org/mailman3, https://mydomain.org/admin, https://mydomain.org/archives
What's the most straightforward way to put all of these URL paths behind a different context? For example: https://mydomain.org/lists/mailman3, https://mydomain.org/lists/admin, https://mydomain.org/lists/archives
I'm running Apache2 as my web server and am using mod_proxy to proxy requests to uwsgi.
[1] https://docs.mailman3.org/en/latest/install/virtualenv.html