Correction : cyclocamp.org : julm/ .
[lhc/ateliers.git] / etc / nginx / site.d / cyclocamp-www / site.conf
index dd3a20c..3a9ce61 100644 (file)
@@ -16,9 +16,9 @@ location ~ /\. {
        deny all;
        log_not_found off;
  }
-location ~ ^/julm/2013-printemps/ {
+location ~ ^/julm/ {
        auth_basic "ni dieu, ni maitre, ni moteur";
-       auth_basic_user_file /home/www/pub/cyclocamp-www/julm/2013-printemps/.htpasswd;
+       auth_basic_user_file /home/www/pub/cyclocamp-www/julm/.htpasswd;
  }
 
 # vim: ft=sh