X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Fcyclocamp-www%2Fsite.conf;h=ddd94d5d8b35f93a1dd3e3dbf699ba9cc6d45677;hp=ce1b0fb41b4304607bef6cb8e1831e3067ce9e57;hb=e77a454ce713dde6eaec17043e756104e9fb5ecc;hpb=10132b2d28385a010a0e106f8326a56a76eaff19 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;