Correction : nginx : échappement regexp.
[lhc/ateliers.git] / etc / nginx / site.d / lhc-www / site.conf
index 13786a6..7ed7d17 100644 (file)
@@ -5,7 +5,7 @@ client_max_body_size 10m;
 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;