[wgo-web/nginx] Drop this rewrite to avoid personal content to be considered as officially coming from wgo



commit 4b4380ec936cf141382cdaef58f7dd7053b9b9ce
Author: Andrea Veri <averi redhat com>
Date:   Fri Apr 23 10:41:23 2021 +0200

    Drop this rewrite to avoid personal content to be considered as officially coming from wgo

 nginx.conf | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/nginx.conf b/nginx.conf
index bd77fe8..78365b9 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -103,8 +103,6 @@ http {
         rewrite ^/outreachy https://outreachy.org permanent;
         rewrite ^/projects https://projects.gnome.org permanent;
 
-        rewrite ^/~(.+)  https://people.gnome.org/~$1 permanent;
-
         location /.well-known/acme-challenge {
             return 301 https://letsencrypt.gnome.org$request_uri;
         }


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