fox-proxy/etc/supervisor/conf.d/supervisord.conf

5 lines
114 B
Plaintext
Raw Permalink Normal View History

2020-06-23 14:38:43 +00:00
[supervisord]
nodaemon=true
[program:nginx]
command=/bin/bash -c "exec /usr/sbin/nginx -c /etc/nginx/nginx.conf"