You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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):
We need to create an Apache configuration file and setup a virtual host entry that points to your app. This virtual host entry tells Apache (and Passenger) where your app is located.
We need to create an Apache configuration file and setup a virtual host entry that points to your app. This virtual host entry tells Apache (and Passenger) where your app is located.
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.
The text was updated successfully, but these errors were encountered: