[etherpad-web/oscp-frontend] Use an hostname for the svc instead of the IP



commit 36e9de2aa403b103f51e193a467839ebd4948125
Author: Andrea Veri <averi redhat com>
Date:   Wed Dec 19 00:51:55 2018 +0100

    Use an hostname for the svc instead of the IP

 app_data/httpd-cfg/etherpad.gnome.org.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app_data/httpd-cfg/etherpad.gnome.org.conf b/app_data/httpd-cfg/etherpad.gnome.org.conf
index ecb727a..ff04199 100644
--- a/app_data/httpd-cfg/etherpad.gnome.org.conf
+++ b/app_data/httpd-cfg/etherpad.gnome.org.conf
@@ -9,8 +9,8 @@
     RedirectMatch ^(.*) https://letsencrypt.gnome.org$1
   </LocationMatch>
 
-  ProxyPass / http://172.30.94.160:9001/ retry=0
-  ProxyPassReverse / http://172.30.94.160:9001/
+  ProxyPass / http://prod.etherpad-web.svc::9001/ retry=0
+  ProxyPassReverse / http://prod.etherpad-web.svc:9001/
 
  <Proxy *>
    Options FollowSymLinks MultiViews


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