[wgo2-web/oscp] Missing argument



commit c9c8cbdb8739dacd1a8fe91bb7da7f97197fd911
Author: Andrea Veri <averi redhat com>
Date:   Mon May 31 16:16:02 2021 +0200

    Missing argument

 nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx.conf b/nginx.conf
index c665e8f..d336980 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -215,7 +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 ^/electionrules.html https://vote.gnome.org/2021/rules.html permanent;
         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]