Created
October 10, 2016 07:53
-
-
Save smalot/ec4ad0d6d52377f099b27c929a64fdf7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[supervisord] | |
nodaemon=true | |
[inet_http_server] | |
port = 127.0.0.1:9001 | |
username = user | |
password = 123 | |
[program:sshd] | |
command=/usr/sbin/sshd -D | |
[program:nginx] | |
command=/usr/sbin/nginx -g "daemon off;" | |
priority=900 | |
stdout_logfile= /dev/stdout | |
stdout_logfile_maxbytes=0 | |
stderr_logfile=/dev/stderr | |
stderr_logfile_maxbytes=0 | |
username=www-data | |
autorestart=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment