Fix websocket for dev and www

Le ProxyPass ignorait apparemment le header `Daphne-Root-Path`
This commit is contained in:
Aurélien Delobelle 2017-01-05 15:52:25 +01:00
parent e292318245
commit d6542d8b21

View file

@ -10,7 +10,7 @@
# place des lignes suivantes:
#
# RequestHeader set Daphne-Root-Path /gestion
# ProxyPass /gestion/ws/ ws://127.0.0.1:8001/gestion/ws/
# ProxyPass /gestion/ws/ ws://127.0.0.1:8001/ws/
# ProxyPass /gestion http://127.0.0.1:8001/gestion
# ProxyPassReverse /gestion http://127.0.0.1:8001/gestion
#