Skip to content

Commit 7bc46d8

Browse files
committed
Remove alias from email nginx template, fixes some edge case errors/redirects
1 parent 88c7393 commit 7bc46d8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ server {
1919
location / {
2020
try_files $uri $uri/ /index.php?$args;
2121
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/;
2322
expires 1h;
2423
fastcgi_hide_header "Set-Cookie";
2524
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ server {
1919
location / {
2020
try_files $uri $uri/ /index.php?$args;
2121
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/;
2322
expires 1h;
2423
fastcgi_hide_header "Set-Cookie";
2524
}

0 commit comments

Comments
 (0)