X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Flhc-remorque%2Fsite.conf;h=e85663aeff8806f410a294e47ac7654b10a7b53e;hp=959b8cdd82604d3f108fd5da189ad2b6bd52b9af;hb=e77a454ce713dde6eaec17043e756104e9fb5ecc;hpb=10132b2d28385a010a0e106f8326a56a76eaff19 diff --git a/etc/nginx/site.d/lhc-remorque/site.conf b/etc/nginx/site.d/lhc-remorque/site.conf index 959b8cd..e85663a 100644 --- a/etc/nginx/site.d/lhc-remorque/site.conf +++ b/etc/nginx/site.d/lhc-remorque/site.conf @@ -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;