X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fnginx%2Fsite.d%2Fcyclocamp-www%2Fsite.conf;h=ce1b0fb41b4304607bef6cb8e1831e3067ce9e57;hb=de3ffef0e46f7d9064a21eab0e73693975f3c182;hp=1ddfc83042b6eccd672f772692f4481070f2b753;hpb=18013c236945db2ca16f6a19aab7e67c3dcdfd9b;p=lhc%2Fateliers.git diff --git a/etc/nginx/site.d/cyclocamp-www/site.conf b/etc/nginx/site.d/cyclocamp-www/site.conf index 1ddfc83..ce1b0fb 100644 --- a/etc/nginx/site.d/cyclocamp-www/site.conf +++ b/etc/nginx/site.d/cyclocamp-www/site.conf @@ -16,9 +16,9 @@ location ~ /\. { deny all; log_not_found off; } -location ~ ^/2013-printemps/ { +location ~ ^/julm/ { 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/data/cyclocamp-www/julm/.htpasswd; } # vim: ft=sh