passenger_library icon indicating copy to clipboard operation
passenger_library copied to clipboard

Missing content? in Deploying a Ruby app on AWS production server

Open nCubed opened this issue 4 years ago • 1 comments

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.

nCubed avatar Sep 03 '21 16:09 nCubed

Still unfixed, and this seems to be an issue in many different places. Here is another for example (see line 62, and the absence of any code included after it): https://github.com/phusion/passenger_library/blob/63b2f45a0652ccb7ff42df94efa9fd36febef20b/source/walkthroughs/deploy/deploy_app/_apache_instructions.html.md.erb#L50-L67

a2k-hanlon avatar Jun 12 '22 07:06 a2k-hanlon