X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Froundcube%2Fsite.conf;h=c8fd7cb59710848b5e48193b2a316e227f511fe4;hp=670b105934971d2eab895212ea5a978e29a9b689;hb=de3ffef0e46f7d9064a21eab0e73693975f3c182;hpb=b75d4503ef9c919231c0c02daf5a1ed1e57c73af diff --git a/etc/nginx/site.d/roundcube/site.conf b/etc/nginx/site.d/roundcube/site.conf index 670b105..c8fd7cb 100644 --- a/etc/nginx/site.d/roundcube/site.conf +++ b/etc/nginx/site.d/roundcube/site.conf @@ -32,7 +32,7 @@ location ~ ^/(bin|SQL)/ { deny all; } location ~ ^/images/.+(png) { - root /home/www/pub/roundcube; + root /home/www/data/roundcube; access_log off; expires 30d; log_not_found off;