mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #24888 from javiervidal/configuring
Fix link in 'Configuring Rails Applications' [ci skip]
This commit is contained in:
commit
c763c00b5e
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ Rails will now prepend "/app1" when generating links.
|
||||||
|
|
||||||
#### Using Passenger
|
#### 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
|
#### Using a Reverse Proxy
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue