X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Froundcube%2Fsite.conf;h=6511577c2a6a0b47affa8f467882fccc688a6735;hp=c8fd7cb59710848b5e48193b2a316e227f511fe4;hb=e77a454ce713dde6eaec17043e756104e9fb5ecc;hpb=10132b2d28385a010a0e106f8326a56a76eaff19 diff --git a/etc/nginx/site.d/roundcube/site.conf b/etc/nginx/site.d/roundcube/site.conf index c8fd7cb..6511577 100644 --- a/etc/nginx/site.d/roundcube/site.conf +++ b/etc/nginx/site.d/roundcube/site.conf @@ -14,7 +14,7 @@ location ~ /\. { deny all; log_not_found off; } -location ~ ^/favicon.ico$ { +location = /favicon.ico { root /usr/share/roundcube/skins/default/images/; access_log off; expires max; @@ -31,13 +31,13 @@ location ~ ^/(README|INSTALL|LICENSE|CHANGELOG|UPGRADING)$ { location ~ ^/(bin|SQL)/ { deny all; } -location ~ ^/images/.+(png) { +location ~ ^/images/.+\.(png) { root /home/www/data/roundcube; access_log off; expires 30d; log_not_found off; } -location ~* ^.+.(css|gif|html|ico|jpeg|js|jpg|png|txt|xml)$ { +location ~* ^.+\.(css|gif|html|ico|jpeg|js|jpg|png|txt|xml)$ { root /usr/share/roundcube; access_log off; expires 30d;