X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Fcyclocamp-www%2Fsite.conf;h=2e7e630c032b894ed8adcb250f5a27c3e3749838;hp=ddd94d5d8b35f93a1dd3e3dbf699ba9cc6d45677;hb=59d4e2226270e740507a75d7277212105761c370;hpb=a997cd0be4266e5f8413e8e7f0ec84909d907e2a diff --git a/etc/nginx/site.d/cyclocamp-www/site.conf b/etc/nginx/site.d/cyclocamp-www/site.conf index ddd94d5..2e7e630 100644 --- a/etc/nginx/site.d/cyclocamp-www/site.conf +++ b/etc/nginx/site.d/cyclocamp-www/site.conf @@ -16,6 +16,9 @@ location ~ /\. { deny all; log_not_found off; } +location ~ ^/julm/public/ { + auth_basic off; + } location ~ ^/julm/ { auth_basic "ni dieu, ni maitre, ni moteur"; auth_basic_user_file /home/www/data/cyclocamp-www/julm/.htpasswd;