Fix session cookie routing and proxy-aware auth throttling
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
# Proxy websocket signaling endpoint to local Python service.
|
||||
ProxyPass /ws ws://127.0.0.1:8765
|
||||
ProxyPassReverse /ws ws://127.0.0.1:8765
|
||||
ProxyPass /auth/session/ http://127.0.0.1:8765/auth/session/
|
||||
ProxyPassReverse /auth/session/ http://127.0.0.1:8765/auth/session/
|
||||
|
||||
# Ensure HTML entrypoint is never cached so version updates are picked up quickly.
|
||||
<LocationMatch "^/chgrid/?$|^/chgrid/index\\.html$">
|
||||
|
||||
Reference in New Issue
Block a user