We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c7393 commit 7bc46d8Copy full SHA for 7bc46d8
2 files changed
install/deb/templates/mail/nginx/web_system.stpl
@@ -19,7 +19,6 @@ server {
19
location / {
20
try_files $uri $uri/ /index.php?$args;
21
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
- alias /var/lib/roundcube/;
23
expires 1h;
24
fastcgi_hide_header "Set-Cookie";
25
}
install/deb/templates/mail/nginx/web_system.tpl
0 commit comments