[wgo2-web/oscp] Land a redirect for electionrules.html



commit 0fa4c5589ad21bbfcdba3a0a5609e5088d689bc9
Author: Andrea Veri <averi redhat com>
Date:   Mon May 31 15:48:43 2021 +0200

    Land a redirect for electionrules.html

 nginx.conf | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/nginx.conf b/nginx.conf
index 50ae8b5..c665e8f 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -215,6 +215,7 @@ http {
         rewrite ^/membership/apply 
https://gitlab.gnome.org/Teams/MembershipCommittee/issues/new?issuable_template=membership-application 
permanent;
         rewrite ^/charter.html https://wiki.gnome.org/Foundation/Charter permanent;
         rewrite ^/membership/members.php /membership permanent;
+        rewrite ^/electionrules.html https://vote.gnome.org/2021/rules.html
         rewrite ^/vote https://vote.gnome.org permanent;
 
         client_max_body_size 100M;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]