Created
August 20, 2014 02:18
-
-
Save samgooi4189/cbaad7070a7f23ff7e62 to your computer and use it in GitHub Desktop.
[Solution] Nginx and Passenger running but Rails is not up
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
After configure Nginx and Passenger correctly, you should check on config/environments/production.rb to make sure that force-ssl is false. If you tend to use SSl for your application, you will be using port 443 and required to buy SSL certificate from vendors. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment