Correction : nginx : échappement regexp.
[lhc/ateliers.git] / etc / nginx / site.d / cyclo-www / site.conf
index 63387ec..d8bbcc8 100644 (file)
@@ -6,7 +6,7 @@ server_name
 location / {
        index index.html index.htm index.php;
  }
-location ~* ^.+.(css|gif|html|ico|jpeg|js|jpg|png|txt|xml)$ {
+location ~* ^.+\.(css|gif|html|ico|jpeg|js|jpg|png|txt|xml)$ {
        access_log off;
        expires 30d;
        log_not_found off;