1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix link in 'Configuring Rails Applications' [ci skip]

This commit is contained in:
Javier Vidal 2016-05-06 17:19:27 +02:00
parent 3ffe811bd5
commit 8bdade7a83

View file

@ -900,7 +900,7 @@ Rails will now prepend "/app1" when generating links.
#### Using Passenger
Passenger makes it easy to run your application in a subdirectory. You can find the relevant configuration in the [Passenger manual](http://www.modrails.com/documentation/Users%20guide%20Apache.html#deploying_rails_to_sub_uri).
Passenger makes it easy to run your application in a subdirectory. You can find the relevant configuration in the [Passenger manual](https://www.phusionpassenger.com/library/deploy/apache/deploy/ruby/#deploying-an-app-to-a-sub-uri-or-subdirectory).
#### Using a Reverse Proxy