Correction : redirection HTTPS pour newevent également.
[lhc/ateliers.git] / etc / nginx / site.d / cyclo-wiki / site.conf
index 1ede379..69b4eb8 100644 (file)
@@ -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;
         }