From: Zoltán Felleg Date: Thu, 13 Jun 2024 08:26:31 +0000 (+0200) Subject: Updated ws.pm (added slycpx forwarding). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=f231d31784f6c4994edb445e23ac01542fd656ed;p=user-lxc.git Updated ws.pm (added slycpx forwarding). --- 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