Skip to content

Instantly share code, notes, and snippets.

@smalot
Created October 10, 2016 07:53
Show Gist options
  • Save smalot/ec4ad0d6d52377f099b27c929a64fdf7 to your computer and use it in GitHub Desktop.
Save smalot/ec4ad0d6d52377f099b27c929a64fdf7 to your computer and use it in GitHub Desktop.
[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