Initial commit
This commit is contained in:
7
deploy/apache/chgrid-vhost-snippet.conf
Normal file
7
deploy/apache/chgrid-vhost-snippet.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
# Add inside your SSL VirtualHost include for bestmidi.com.
|
||||
# Keep your existing main DocumentRoot unchanged when hosting Chat Grid under /chgrid.
|
||||
# Required modules: proxy, proxy_http, proxy_wstunnel
|
||||
|
||||
# Proxy websocket signaling endpoint to local Python service.
|
||||
ProxyPass /ws ws://127.0.0.1:8765
|
||||
ProxyPassReverse /ws ws://127.0.0.1:8765
|
||||
Reference in New Issue
Block a user