Correction : cyclocamp.org : ajoute julm/.
authorJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Sun, 7 Jul 2013 08:59:01 +0000 (10:59 +0200)
committerJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Sun, 7 Jul 2013 09:04:28 +0000 (11:04 +0200)
etc/nginx/site.d/cyclocamp-www/site.conf

index 1ddfc83..dd3a20c 100644 (file)
@@ -16,9 +16,9 @@ location ~ /\. {
        deny all;
        log_not_found off;
  }
-location ~ ^/2013-printemps/ {
+location ~ ^/julm/2013-printemps/ {
        auth_basic "ni dieu, ni maitre, ni moteur";
-       auth_basic_user_file /home/www/pub/cyclocamp-www/2013-printemps/.htpasswd;
+       auth_basic_user_file /home/www/pub/cyclocamp-www/julm/2013-printemps/.htpasswd;
  }
 
 # vim: ft=sh