[library-web/oscp] Fix ProxyPass syntax
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [library-web/oscp] Fix ProxyPass syntax
- Date: Tue, 21 Sep 2021 11:39:19 +0000 (UTC)
commit abd3136a608bd579b559e37de31b8660a9bcb5ff
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Tue Sep 21 13:39:15 2021 +0200
Fix ProxyPass syntax
httpd/app_data/httpd-cfg/help.gnome.org.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/httpd/app_data/httpd-cfg/help.gnome.org.conf b/httpd/app_data/httpd-cfg/help.gnome.org.conf
index e5d6d212..567e12db 100644
--- a/httpd/app_data/httpd-cfg/help.gnome.org.conf
+++ b/httpd/app_data/httpd-cfg/help.gnome.org.conf
@@ -24,8 +24,8 @@
<Location "/release-notes/41.0/">
Header always set Host "teams.pages.gitlab.gnome.org"
ProxyPreserveHost On
- ProxyPass / https://teams.pages.gitlab.gnome.org/Engagement/release-notes/41/ retry=0
- ProxyPassReverse / https://teams.pages.gitlab.gnome.org/Engagement/release-notes/41/
+ ProxyPass https://teams.pages.gitlab.gnome.org/Engagement/release-notes/41/ retry=0
+ ProxyPassReverse https://teams.pages.gitlab.gnome.org/Engagement/release-notes/41/
ProxyAddHeaders Off
</Location>
</VirtualHost>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]