X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Fcyclocamp-www%2Fsite.conf;h=ddd94d5d8b35f93a1dd3e3dbf699ba9cc6d45677;hb=e77a454ce713dde6eaec17043e756104e9fb5ecc;hp=ce1b0fb41b4304607bef6cb8e1831e3067ce9e57;hpb=de3ffef0e46f7d9064a21eab0e73693975f3c182;p=lhc%2Fateliers.git diff --git a/etc/nginx/site.d/cyclocamp-www/site.conf b/etc/nginx/site.d/cyclocamp-www/site.conf index ce1b0fb..ddd94d5 100644 --- a/etc/nginx/site.d/cyclocamp-www/site.conf +++ b/etc/nginx/site.d/cyclocamp-www/site.conf @@ -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;