# Requiere mod_proxy, mod_proxy_http y mod_proxy_wstunnel.
# En cPanel normalmente se agrega como include SSL del VirtualHost del subdominio.

ProxyPreserveHost On
ProxyPass        /conversation  ws://127.0.0.1:3000/conversation retry=0 timeout=3600
ProxyPassReverse /conversation  ws://127.0.0.1:3000/conversation
ProxyPass        /health        http://127.0.0.1:3000/health retry=0 timeout=30
ProxyPassReverse /health        http://127.0.0.1:3000/health
