Correction : redirection HTTPS pour newevent également.
authorJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Wed, 1 Oct 2014 01:56:51 +0000 (03:56 +0200)
committerJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Wed, 1 Oct 2014 01:56:59 +0000 (03:56 +0200)
etc/gitolite
etc/nginx/site.d/cyclo-wiki/site.conf

index e884345..81ac533 160000 (submodule)
@@ -1 +1 @@
-Subproject commit e88434543ca94679f66b5ae977c3f87c628ddb99
+Subproject commit 81ac5336c94d017b690ecfb8179cc36817590052
index 1ede379..69b4eb8 100644 (file)
@@ -59,6 +59,9 @@ location /cgi/ikiwiki.cgi {
        if ($r = "edit") {
                return 301 https://$host$request_uri;
         }
        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;
         }
        if ($r = "prefs") {
                return 301 https://$host$request_uri;
         }