serving /static-content within /mailman3-web-Folder - change in recent mm release
Hi Folks,
during our migration to latest MM we noticed, that nowadays, the static content is not served from within mailmans base directory, but from outside.
old MM3:
domain.tld/mailman3/static/django-mailman3/js/main.js
new MM3:
domain.tld/static/django-mailman3/js/main.js
Is there a chance to change it to the old behavior?
We are running an additional nginx-proxy in front of mailman-server and dont want to forward /static, but only /mailman3.
Thank you.
On 9/29/22 06:50, Stefan Bauer wrote:
Hi Folks,
during our migration to latest MM we noticed, that nowadays, the static content is not served from within mailmans base directory, but from outside.
old MM3:
domain.tld/mailman3/static/django-mailman3/js/main.js
new MM3:
domain.tld/static/django-mailman3/js/main.js
Is there a chance to change it to the old behavior?
See the Django settings STATIC_ROOT and STATIC_URL.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
thank you Mark, that did the trick :)
Am Do., 29. Sept. 2022 um 18:33 Uhr schrieb Mark Sapiro <mark@msapiro.net>:
On 9/29/22 06:50, Stefan Bauer wrote:
Hi Folks,
during our migration to latest MM we noticed, that nowadays, the static content is not served from within mailmans base directory, but from outside.
old MM3:
domain.tld/mailman3/static/django-mailman3/js/main.js
new MM3:
domain.tld/static/django-mailman3/js/main.js
Is there a chance to change it to the old behavior?
See the Django settings STATIC_ROOT and STATIC_URL.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
participants (2)
-
Mark Sapiro
-
Stefan Bauer