Last active
August 29, 2015 14:10
-
-
Save chaitu87/a9a5170753a1650491e5 to your computer and use it in GitHub Desktop.
passenger start/stop/status/restart
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
# https://www.phusionpassenger.com/documentation/Users%20guide%20Standalone.html#install_on_debian_ubuntu | |
sudo passenger start --min-instances 8 --max-pool-size 8 --port 80 --user ubuntu --environment production --daemonize | |
sudo passenger stop --pid-file tmp/pids/passenger.80.pid | |
sudo passenger-status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment