[wgo2-web/oscp] Add bylaws redirects
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [wgo2-web/oscp] Add bylaws redirects
- Date: Tue, 31 Aug 2021 11:48:54 +0000 (UTC)
commit 3594e2e85e230db61278964217044722e0f58d2b
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Tue Aug 31 13:48:49 2021 +0200
Add bylaws redirects
nginx.conf | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/nginx.conf b/nginx.conf
index 2376091..ef14b16 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -222,6 +222,14 @@ http {
rewrite ^/electionrules.html https://vote.gnome.org/2021/rules.html permanent;
rewrite ^/vote https://vote.gnome.org permanent;
+ location = /bylaws.pdf {
+ return 301
https://gitlab.gnome.org/Infrastructure/foundation-web/-/raw/master/foundation.gnome.org/about/bylaws.pdf?inline=false;
+ }
+
+ location = /bylaws.rst {
+ return 301
https://gitlab.gnome.org/Infrastructure/foundation-web/-/blob/master/foundation.gnome.org/about/bylaws.rst;
+ }
+
client_max_body_size 100M;
location = /favicon.ico {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]