Files
bgp-dashboard/flask/supervisor/supervisord.conf
2024-11-06 19:09:33 +00:00

9 lines
145 B
Plaintext

[supervisord]
nodaemon = true
[program:nginx]
command = /usr/sbin/nginx
[program:uwsgi]
command = /venv/bin/uwsgi --ini /var/www/app/uwsgi.ini