#PROXY-START/
<IfModule mod_proxy.c>
ProxyRequests Off
SSLProxyEngine on
ProxyPass /wss ws://0.0.0.0:8100
ProxyPassReverse /wss ws://0.0.0.0:8100
ProxyPass / http://0.0.0.0:8100/
ProxyPassReverse / http://0.0.0.0:8100/
</IfModule>
#PROXY-END/