Modification : nginx root configurable.
[lhc/ateliers.git] / etc / nginx / site.d / cyclocamp-www / site.conf
index dd3a20c..ce1b0fb 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/data/cyclocamp-www/julm/.htpasswd;
  }
 
 # vim: ft=sh