From f231d31784f6c4994edb445e23ac01542fd656ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Thu, 13 Jun 2024 10:26:31 +0200 Subject: [PATCH] Updated ws.pm (added slycpx forwarding). --- .../etc/httpd/conf.d/useribm.hu.443.conf.le | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/sources/ws.pm/c3d/postinstall/install-data/etc/httpd/conf.d/useribm.hu.443.conf.le b/sources/ws.pm/c3d/postinstall/install-data/etc/httpd/conf.d/useribm.hu.443.conf.le index eca6403..ef95357 100644 --- a/sources/ws.pm/c3d/postinstall/install-data/etc/httpd/conf.d/useribm.hu.443.conf.le +++ b/sources/ws.pm/c3d/postinstall/install-data/etc/httpd/conf.d/useribm.hu.443.conf.le @@ -38,6 +38,10 @@ ProxyPass "/bbxfr" "http://xfr.pm.useribm.hu/bbxfr" ProxyPassReverse "/bbxfr" "http://xfr.pm.useribm.hu/bbxfr" + # euronet file transfer -> xfr.pm.useribm.hu:80 + ProxyPass "/enetxfr" "http://xfr.pm.useribm.hu/enetxfr" + ProxyPassReverse "/enetxfr" "http://xfr.pm.useribm.hu/enetxfr" + # erste file transfer -> xfr.pm.useribm.hu:80 ProxyPass "/erstexfr" "http://xfr.pm.useribm.hu/erstexfr" ProxyPassReverse "/erstexfr" "http://xfr.pm.useribm.hu/erstexfr" @@ -148,6 +152,25 @@ ProxyPassReverse "/" "http://10.228.62.193/" + + ServerName slycpx.useribm.hu + ServerAdmin webadmin@useribm.hu + DocumentRoot "/var/www/htdocs.useribm.hu.443" + + SSLCertificateFile /etc/letsencrypt/live/useribm/fullchain.pem + SSLCertificateKeyFile /etc/letsencrypt/live/useribm/privkey.pem + Include /etc/letsencrypt/options-ssl-apache.conf + + + + Require all granted + + + + ProxyPass "/" "http://slycpx.in.useribm.hu/" + ProxyPassReverse "/" "http://slycpx.in.useribm.hu/" + + ServerName store.useribm.hu ServerAdmin webadmin@useribm.hu -- 2.54.0