Ajout : cyclocoop.org/nuage/ .
[lhc/ateliers.git] / etc / nginx / site.d / cyclo-www-tls / local.conf
index fcd148c..6d08c95 100644 (file)
@@ -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;
+ }