Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/supervisor/daphne.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
user={{ www_user }}
socket=unix://{{ openwisp2_path }}/daphne0.sock
directory={{ openwisp2_path }}
command={{ openwisp2_path }}/env/bin/daphne --fd 0 -u {{ openwisp2_path }}/daphne%(process_num)d.sock --access-log - --websocket_timeout {{ openwisp2_daphne_websocket_timeout }} --proxy-headers openwisp2.asgi:application
command={{ openwisp2_path }}/env/bin/daphne --fd 0 --access-log - --websocket_timeout {{ openwisp2_daphne_websocket_timeout }} --proxy-headers openwisp2.asgi:application
process_name=asgi%(process_num)d
numprocs={{ openwisp2_daphne_processes }}
autostart=true
Expand Down