Skip to content

Commit 8dc0550

Browse files
Update web_system.stpl
1 parent fa26552 commit 8dc0550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/deb/templates/mail/nginx/web_system.stpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ server {
1919
}
2020

2121
location / {
22-
try_files $uri $uri/ /index.php?q=$uri&$args;
23-
location ~* ^.+\.(ogg|ogv|svg|svgz|swf|eot|otf|woff|mov|mp3|mp4|webm|flv|ttf|rss|atom|jpg|jpeg|gif|png|ico|bmp|mid|midi|wav|rtf|css|js|jar)$ {
22+
try_files $uri $uri/ /index.php?q=$uri&$args;
23+
location ~* ^.+\.(ogg|ogv|svg|svgz|swf|eot|otf|woff|mov|mp3|mp4|webm|flv|ttf|rss|atom|jpg|jpeg|gif|png|ico|bmp|mid|midi|wav|rtf|css|js|jar)$ {
2424
expires 7d;
2525
fastcgi_hide_header "Set-Cookie";
2626
}

0 commit comments

Comments
 (0)