X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Flhc-remorque%2Fsite.conf;h=e85663aeff8806f410a294e47ac7654b10a7b53e;hb=e77a454ce713dde6eaec17043e756104e9fb5ecc;hp=e8010a48fd28174f5c5161c081fb2520d258f599;hpb=41902057ecac8fa4dbe7d140a87ac220e3302bf1;p=lhc%2Fateliers.git diff --git a/etc/nginx/site.d/lhc-remorque/site.conf b/etc/nginx/site.d/lhc-remorque/site.conf index e8010a4..e85663a 100644 --- a/etc/nginx/site.d/lhc-remorque/site.conf +++ b/etc/nginx/site.d/lhc-remorque/site.conf @@ -3,7 +3,7 @@ server_name ra.heureux-cyclage.org; auth_basic "pour demander un compte: admin@heureux-cyclage.org"; -auth_basic_user_file /home/www/pub/lhc-remorque/.htpasswd; +auth_basic_user_file /home/www/data/lhc-remorque/.htpasswd; client_body_buffer_size 8k; client_max_body_size 10m; @@ -50,7 +50,7 @@ location ~ ^/gitweb($|/) { location / { index index.xhtml; } -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;