Skip to content

Commit 57b06a8

Browse files
author
Marius Burkard
committed
- fix mailman images not showing on nginx
1 parent 30d3ae6 commit 57b06a8

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)