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