Correction : nginx : échappement regexp.
[lhc/ateliers.git] / etc / nginx / site.d / lhc-remorque / site.conf
index 959b8cd..e85663a 100644 (file)
@@ -50,7 +50,7 @@ location ~ ^/gitweb($|/) {
 location / {
        index index.xhtml;
  }
-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;