X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Fcyclo-www-tls%2Flocal.conf;h=6d08c9506ed6649129e4f896258cc851e53bf59b;hp=fcd148c029422594de17010664d5efd1991a6113;hb=3c8a5d1eb8a8b6fa82989fbe32fbd5412d845e0b;hpb=e6e3af9e9c06175ce7d8f42969408f87021c7139 diff --git a/etc/nginx/site.d/cyclo-www-tls/local.conf b/etc/nginx/site.d/cyclo-www-tls/local.conf index fcd148c..6d08c95 100644 --- a/etc/nginx/site.d/cyclo-www-tls/local.conf +++ b/etc/nginx/site.d/cyclo-www-tls/local.conf @@ -15,3 +15,8 @@ location ~ ^/apc/ { fastcgi_pass unix:/run/php5/fpm/cyclo_www; } +location ~ ^/nuage(/.*|$) { + autoindex on; + auth_basic "ni dieu, ni maitre, ni moteur"; + auth_basic_user_file /home/www/data/cyclo-www/nuage/.htpasswd; + }