Skip to content

Instantly share code, notes, and snippets.

@cwhite92
Created February 3, 2016 14:01
Show Gist options
  • Save cwhite92/b451724c29b6f04b8c33 to your computer and use it in GitHub Desktop.
Save cwhite92/b451724c29b6f04b8c33 to your computer and use it in GitHub Desktop.
[supervisord]
nodaemon=true
[program:php5-fpm]
command=/usr/sbin/php5-fpm --nodaemonize
[program:nginx]
command=/usr/sbin/nginx -g "daemon off;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment