Correction : nginx : échappement regexp.
[lhc/ateliers.git] / etc / nginx / site.d / davical / site.conf
index 999d40d..278306a 100644 (file)
@@ -13,7 +13,7 @@ location / {
  # NOTE: to get DAViCal and nginx working with iCal 6.0 clients.
        return 301 /caldav.php$1;
  }
-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/davical/htdocs/;
        access_log off;
        expires 30d;