-
Notifications
You must be signed in to change notification settings - Fork 118
Description
In the guide for Deploying a Ruby app on AWS production server:
https://www.phusionpassenger.com/docs/tutorials/deploy_to_production/deploying_your_app/oss/aws/ruby/nginx/
Section 3.3 Edit Nginx configuration file:
https://www.phusionpassenger.com/docs/tutorials/deploy_to_production/deploying_your_app/oss/aws/ruby/nginx/#rails_edit-nginx-configuration-file
The docs state to use nano to open /etc/nginx/sites-enabled/myapp.conf
and /etc/nginx/conf.d/myapp.conf
.
And then immediately states: "Put this inside the file:" - but there is no information as to what to add in either of these files.
Do we just need to create empty .conf files? Or is there specific information we need to add, such as the ruby directory found in the prior section using $passenger-config about ruby-command
New to setting up a Ruby environment in a hosted environment. Any help here would be appreciated.