Modification : nginx root configurable.
[lhc/ateliers.git] / etc / nginx / site.d / roundcube / site.conf
index 670b105..c8fd7cb 100644 (file)
@@ -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;