Created
August 21, 2016 23:28
-
-
Save edwinpgm/231351d969fc4cfc89fae921447e544c 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
[program:app] | |
directory=/opt/app | |
command = npm run prod | |
user = root | |
stdout_logfile = /opt/app/logs/supervisor.log | |
redirect_stderr = true | |
environment=LANG=en_US.UTF-8,LC_ALL=en_US.UTF-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment