X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Fcyclo-www%2Fsite.conf;h=d8bbcc8598ab323051b2849c7b480e9fa88dfbfc;hp=63387ecc48536d91b5e40f8f4f31d967c007183d;hb=e77a454ce713dde6eaec17043e756104e9fb5ecc;hpb=10132b2d28385a010a0e106f8326a56a76eaff19 diff --git a/etc/nginx/site.d/cyclo-www/site.conf b/etc/nginx/site.d/cyclo-www/site.conf index 63387ec..d8bbcc8 100644 --- a/etc/nginx/site.d/cyclo-www/site.conf +++ b/etc/nginx/site.d/cyclo-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;