16 Dec
2022
16 Dec
'22
7:07 a.m.
On Thu, Dec 15, 2022 at 11:31 AM Jörg Schulz <info@joergschulz.de> wrote:
I had this issue (using the dockerized version) when
- UWSGI_STATIC_MAP=/static=/opt/mailman-web-data/static
has been set to the wrong path. Maybe it's just the same: that your web server doesn't find the location for the static files.
That seems quite unlikely because:
- The archives displayed properly before the upgrade.
- The static path is correctly set for nginx:
server { ...
location / {
proxy_pass http://127.0.0.1:8000;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_redirect off;
}
location /static/ {
alias /opt/mailman/mm/static/;
}
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)