Ajout : cyclocamp.org : julm/public/ .
authorJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Tue, 3 Sep 2013 10:11:43 +0000 (12:11 +0200)
committerroot <root@ateliers.heureux-cyclage.org>
Tue, 3 Sep 2013 10:12:05 +0000 (12:12 +0200)
etc/nginx/site.d/cyclocamp-www/site.conf

index ddd94d5..2e7e630 100644 (file)
@@ -16,6 +16,9 @@ location ~ /\. {
        deny all;
        log_not_found off;
  }
        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;
 location ~ ^/julm/ {
        auth_basic "ni dieu, ni maitre, ni moteur";
        auth_basic_user_file /home/www/data/cyclocamp-www/julm/.htpasswd;