Correction : cyclocamp.org : julm/ .
authorJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Mon, 8 Jul 2013 16:22:14 +0000 (18:22 +0200)
committerJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Mon, 8 Jul 2013 16:22:26 +0000 (18:22 +0200)
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