From 0e24c353561cf026ea64883253fb6127e20fc519 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Wed, 6 Aug 2014 11:19:51 +0200 Subject: [PATCH] Modification : cyclo-wiki public. --- etc/gitolite | 2 +- etc/nginx/site.d/cyclo-wiki/site.conf | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/gitolite b/etc/gitolite index 7c9dd80..9a2320e 160000 --- a/etc/gitolite +++ b/etc/gitolite @@ -1 +1 @@ -Subproject commit 7c9dd80abc09262ec63ec860f3b6f033c424d2c1 +Subproject commit 9a2320e23dbae62730e3701995e7a2eb3a4e272f diff --git a/etc/nginx/site.d/cyclo-wiki/site.conf b/etc/nginx/site.d/cyclo-wiki/site.conf index e96dc74..9a50e1f 100644 --- a/etc/nginx/site.d/cyclo-wiki/site.conf +++ b/etc/nginx/site.d/cyclo-wiki/site.conf @@ -2,8 +2,8 @@ server_name wiki.cyclocoop.org; access_log /home/www/log/cyclo-wiki/nginx/access.piwik.log piwik; -auth_basic "pour demander un compte: admin+wiki@cyclocoop.org"; -auth_basic_user_file /home/www/data/cyclo-wiki/.htpasswd; +#auth_basic "pour demander un compte: admin+wiki@cyclocoop.org"; +#auth_basic_user_file /home/www/data/cyclo-wiki/.htpasswd; client_body_buffer_size 8k; client_max_body_size 10m; error_page 404 /cgi/ikiwiki.cgi?do=create&page=$uri; @@ -15,8 +15,8 @@ location ~ ^/gitweb/static/.+\.(css|png|js)$ { log_not_found off; } location ~ ^/gitweb($|/) { - auth_basic "no pasaran"; - auth_basic_user_file /home/www/data/cyclo-wiki/.htpasswd; + #auth_basic "no pasaran"; + #auth_basic_user_file /home/www/data/cyclo-wiki/.htpasswd; root /usr/share/gitweb; fastcgi_param SCRIPT_FILENAME /usr/share/gitweb/gitweb.cgi; include /etc/nginx/conf.d/fastcgi.conf; -- 2.20.1