mirror of
https://github.com/ansible/awx.git
synced 2026-03-25 12:55:04 -02:30
daphne should listen on 0.0.0.0
This commit is contained in:
2
Makefile
2
Makefile
@@ -397,7 +397,7 @@ daphne:
|
|||||||
@if [ "$(VENV_BASE)" ]; then \
|
@if [ "$(VENV_BASE)" ]; then \
|
||||||
. $(VENV_BASE)/tower/bin/activate; \
|
. $(VENV_BASE)/tower/bin/activate; \
|
||||||
fi; \
|
fi; \
|
||||||
daphne -b 127.0.0.1 -p 8051 awx.asgi:channel_layer
|
daphne -b 0.0.0.0 -p 8051 awx.asgi:channel_layer
|
||||||
|
|
||||||
runworker:
|
runworker:
|
||||||
@if [ "$(VENV_BASE)" ]; then \
|
@if [ "$(VENV_BASE)" ]; then \
|
||||||
|
|||||||
Reference in New Issue
Block a user