Correction : nginx : échappement regexp.
[lhc/ateliers.git] / etc / nginx / site.d / agendav / site.conf
index 21f3e8f..5c39115 100644 (file)
@@ -49,7 +49,7 @@ location ~* ^.+\.php(|/.*)$ {
        
        fastcgi_pass unix:/run/php5/fpm/agendav;
  }
-location ~* ^.+.(css|gif|html|ico|jpeg|js|jpg|png|txt|xml)$ {
+location ~* ^.+\.(css|gif|html|ico|jpeg|js|jpg|png|txt|xml)$ {
        root /home/www/data/agendav/web/public/;
        access_log off;
        expires 30d;