From: Julien Moutinho Date: Wed, 1 Oct 2014 01:56:51 +0000 (+0200) Subject: Correction : redirection HTTPS pour newevent également. X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=0b7efed032ffc79fd8b56dc39fe3c4a211715f25 Correction : redirection HTTPS pour newevent également. --- diff --git a/etc/gitolite b/etc/gitolite index e884345..81ac533 160000 --- a/etc/gitolite +++ b/etc/gitolite @@ -1 +1 @@ -Subproject commit e88434543ca94679f66b5ae977c3f87c628ddb99 +Subproject commit 81ac5336c94d017b690ecfb8179cc36817590052 diff --git a/etc/nginx/site.d/cyclo-wiki/site.conf b/etc/nginx/site.d/cyclo-wiki/site.conf index 1ede379..69b4eb8 100644 --- a/etc/nginx/site.d/cyclo-wiki/site.conf +++ b/etc/nginx/site.d/cyclo-wiki/site.conf @@ -59,6 +59,9 @@ location /cgi/ikiwiki.cgi { if ($r = "edit") { return 301 https://$host$request_uri; } + if ($r = "newevent") { + return 301 https://$host$request_uri; + } if ($r = "prefs") { return 301 https://$host$request_uri; }