Skip to content

mailman images not showing [nginx fix]

The images on the bottom of the web interface are not showing,

The problem is located in 000-apps.vhost at the mailman image directive.

Nginx fix:

        #location /images/mailman {
        #        alias /usr/share/images/mailman;
        #}
        location ^~ /images/mailman {
               alias /usr/share/images/mailman;
        }

Running ISPConfig 3.1.15p3 on Debian 10 using Nginx

Edited by Barret