X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Fagendav%2Fsite.conf;h=5c3911594f5e0ee26b7e61860e2d620ce096d8ac;hp=21f3e8f858cdbd3e17df9707fe90dbdf3bae6958;hb=e77a454ce713dde6eaec17043e756104e9fb5ecc;hpb=10132b2d28385a010a0e106f8326a56a76eaff19 diff --git a/etc/nginx/site.d/agendav/site.conf b/etc/nginx/site.d/agendav/site.conf index 21f3e8f..5c39115 100644 --- a/etc/nginx/site.d/agendav/site.conf +++ b/etc/nginx/site.d/agendav/site.conf @@ -49,7 +49,7 @@ location ~* ^.+\.php(|/.*)$ { fastcgi_pass unix:/run/php5/fpm/agendav; } -location ~* ^.+.(css|gif|html|ico|jpeg|js|jpg|png|txt|xml)$ { +location ~* ^.+\.(css|gif|html|ico|jpeg|js|jpg|png|txt|xml)$ { root /home/www/data/agendav/web/public/; access_log off; expires 30d;