Document auth session proxy routes for Apache deploys
This commit is contained in:
@@ -4,8 +4,12 @@
|
||||
# Optional but recommended modules for client update freshness: headers, setenvif
|
||||
|
||||
# Proxy websocket signaling endpoint to local Python service.
|
||||
# `/ws` is used by the browser signaling client for realtime packets.
|
||||
ProxyPass /ws ws://127.0.0.1:8765
|
||||
ProxyPassReverse /ws ws://127.0.0.1:8765
|
||||
# Proxy auth cookie helper endpoints to local Python service.
|
||||
# These root-scoped paths are required even when the app is hosted under `/chgrid`.
|
||||
# The client calls `/auth/session/set` after login and `/auth/session/clear` on logout/session-reset.
|
||||
ProxyPass /auth/session/ http://127.0.0.1:8765/auth/session/
|
||||
ProxyPassReverse /auth/session/ http://127.0.0.1:8765/auth/session/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user