docker/ui-nginx/supervisord.conf

25 lines
416 B
Plaintext
Raw Normal View History

[supervisord]
nodaemon=true
[program:nginx]
command=/usr/sbin/nginx -g "daemon off;"
stdout_logfile= /dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
username=nginx
autorestart=true
[program:sshd]
command=/usr/sbin/sshd -D
[inet_http_server]
port=0.0.0.0:9001
username=root
password=odinlab
[supervisorctl]
serverurl=http://127.0.0.1:9001
username=root
password=odinlab