Skip to content

Instantly share code, notes, and snippets.

@jayanthkmr
Forked from deflume1/ghost.conf
Created June 6, 2020 04:16
Show Gist options
  • Select an option

  • Save jayanthkmr/52adaa90f70be93c937cca62ff58c038 to your computer and use it in GitHub Desktop.

Select an option

Save jayanthkmr/52adaa90f70be93c937cca62ff58c038 to your computer and use it in GitHub Desktop.
Sample ghost supervisor file
[program:ghost]
command = npm start --production
directory = /var/www/ghost
user = ghost
autostart = true
autorestart = true
stdout_logfile = /var/log/supervisor/ghost.log
stderr_logfile = /var/log/supervisor/ghost_err.log
environment = NODE_ENV="production"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment