22 Mar
2022
22 Mar
'22
4:26 p.m.
On 3/22/22 02:34, sekamug--- via Mailman-users wrote:
it seems the browser fails to access the directory where the pictures are stored. I have checked and mailman is the owner of that directory.
The static directory is accessed directly from your web server, not via proxy to some wsgi server.
For example, this list's web UI is served via nginx and we have the equivalent of
location /static/ {
alias /opt/mailman/web/static/;
}
For apache, something like
Alias /static/ /opt/mailman/web/static/
<Directory "/opt/mailman/web/static/">
Require all granted
</Directory>
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan