From 440e944fe9abef66249c06acb28adfd57217a5df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Mon, 12 Oct 2020 21:47:48 +0200 Subject: [PATCH] Updated ws.pm (added bbxfr). --- .../install/etc/httpd/conf.d/useribm.hu.443.conf.le | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/sources/ws.pm/postinstall/install/etc/httpd/conf.d/useribm.hu.443.conf.le b/sources/ws.pm/postinstall/install/etc/httpd/conf.d/useribm.hu.443.conf.le index 21fe0eb..8036631 100644 --- a/sources/ws.pm/postinstall/install/etc/httpd/conf.d/useribm.hu.443.conf.le +++ b/sources/ws.pm/postinstall/install/etc/httpd/conf.d/useribm.hu.443.conf.le @@ -17,19 +17,23 @@ ProxyPass /ugyvitel http://192.168.42.248:8079/ugyvitel keepalive=On connectiontimeout=600 ProxyPassReverse /ugyvitel http://192.168.42.248:8079/ugyvitel - # avon file transfer -> shs.pm.user.hu:80 + # avon file transfer -> xfr.pm.user.hu:80 ProxyPass /avonxfr http://192.168.173.251/avonxfr ProxyPassReverse /avonxfr http://192.168.173.251/avonxfr - # erste file transfer -> shs.pm.user.hu:80 + # bb file transfer -> xfr.pm.user.hu:80 + ProxyPass /bbxfr http://192.168.173.251/bbxfr + ProxyPassReverse /bbxfr http://192.168.173.251/bbxfr + + # erste file transfer -> xfr.pm.user.hu:80 ProxyPass /erstexfr http://192.168.173.251/erstexfr ProxyPassReverse /erstexfr http://192.168.173.251/erstexfr - # onyf file transfer -> shs.pm.user.hu:80 + # onyf file transfer -> xfr.pm.user.hu:80 ProxyPass /onyfxfr http://192.168.173.251/onyfxfr ProxyPassReverse /onyfxfr http://192.168.173.251/onyfxfr - # ubis file transfer -> shs.pm.user.hu:80 + # ubis file transfer -> xfr.pm.user.hu:80 ProxyPass /ubisxfr http://192.168.173.251/ubisxfr ProxyPassReverse /ubisxfr http://192.168.173.251/ubisxfr -- 2.54.0