Ajout : cyclocamp.org : julm/public/ .
[lhc/ateliers.git] / etc / nginx / site.d / cyclocamp-www / site.conf
index ddd94d5..2e7e630 100644 (file)
@@ -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;