Skip to content

Commit 47c8123

Browse files
author
Till Brehm
committed
Merge branch '5602-mailman-images-not-showing-nginx-fix' into 'stable-3.1'
Resolve "mailman images not showing [nginx fix]" See merge request ispconfig/ispconfig3!1065
2 parents a430c40 + 57b06a8 commit 47c8123

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/tpl/nginx_apps.vhost.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ server {
200200
fastcgi_pass unix:{cgi_socket};
201201
}
202202

203-
location /images/mailman {
203+
location ^~ /images/mailman {
204204
alias /usr/share/images/mailman;
205205
}
206206

server/conf/nginx_apps.vhost.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ server {
191191
fastcgi_pass unix:{cgi_socket};
192192
}
193193

194-
location /images/mailman {
194+
location ^~ /images/mailman {
195195
alias /usr/share/images/mailman;
196196
}
197197

0 commit comments

Comments
 (0)