daphne asgi supervisor conf

Linux -- Posted on Dec. 15, 2019

daphne asgi supervisor conf

              
                [program:project_asgi_daphne]

directory=/path/to/project/project

command=/path/to/project/env/bin/daphne -u  /path/to/project_asgi.sock project.asgi:application

stdout_logfile=/path/to/daphne.log

stderr_logfile=/path/to/daphne_stderr.log

autostart=true

autorestart=true

redirect_stderr=true
                  
   
            

Related Posts