phusion / passenger_library

Phusion Passenger documentation
https://www.phusionpassenger.com/docs
Other
48 stars 113 forks source link

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

Open nCubed opened 3 years ago

nCubed commented 3 years ago

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.

a2k-hanlon commented 2 years ago

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