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"
ProxyPassReverse "/" "http://10.228.62.193/"
</VirtualHost>
+<VirtualHost *:443>
+ 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
+
+ <Directory "/var/www/htdocs.useribm.hu.443">
+ <RequireAny>
+ Require all granted
+ </RequireAny>
+ </Directory>
+
+ ProxyPass "/" "http://slycpx.in.useribm.hu/"
+ ProxyPassReverse "/" "http://slycpx.in.useribm.hu/"
+</VirtualHost>
+
<VirtualHost *:443>
ServerName store.useribm.hu
ServerAdmin webadmin@useribm.hu