We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa26552 commit 8dc0550Copy full SHA for 8dc0550
install/deb/templates/mail/nginx/web_system.stpl
@@ -19,8 +19,8 @@ server {
19
}
20
21
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)$ {
+ try_files $uri $uri/ /index.php?q=$uri&$args;
+ 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)$ {
24
expires 7d;
25
fastcgi_hide_header "Set-Cookie";
26
0 commit comments