forked from DGNum/gestioCOF
Fix websocket for dev and www
Le ProxyPass ignorait apparemment le header `Daphne-Root-Path`
This commit is contained in:
parent
e292318245
commit
d6542d8b21
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
# place des lignes suivantes:
|
# place des lignes suivantes:
|
||||||
#
|
#
|
||||||
# RequestHeader set Daphne-Root-Path /gestion
|
# 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
|
# ProxyPass /gestion http://127.0.0.1:8001/gestion
|
||||||
# ProxyPassReverse /gestion http://127.0.0.1:8001/gestion
|
# ProxyPassReverse /gestion http://127.0.0.1:8001/gestion
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue