[library-web/oscp] Move SSLProxyEngine outside location block



commit 2bccf6c423d13c1a77743416853c41e091ebf274
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Sep 21 13:50:02 2021 +0200

    Move SSLProxyEngine outside location block

 httpd/app_data/httpd-cfg/help.gnome.org.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/httpd/app_data/httpd-cfg/help.gnome.org.conf b/httpd/app_data/httpd-cfg/help.gnome.org.conf
index 7a705ca1..56bc73a9 100644
--- a/httpd/app_data/httpd-cfg/help.gnome.org.conf
+++ b/httpd/app_data/httpd-cfg/help.gnome.org.conf
@@ -21,8 +21,8 @@
     RedirectPermanent /users/programming-guidelines https://developer.gnome.org/programming-guidelines
     RedirectMatch /users/programming-guidelines/(.*)$ https://developer.gnome.org/programming-guidelines/$1
 
+    SSLProxyEngine on
     <Location "/misc/release-notes/41.0/">
-       SSLProxyEngine on
         Header always set Host "teams.pages.gitlab.gnome.org"
         ProxyPreserveHost On
         ProxyPass https://teams.pages.gitlab.gnome.org/Engagement/release-notes/41/ retry=0


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