Correction : nginx : échappement regexp.
[lhc/ateliers.git] / etc / nginx / site.d / lhc-questionnaires / site.conf
index bd4365d..714ec2c 100644 (file)
@@ -8,7 +8,7 @@ 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;