diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-03-31 15:00:42 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-03-31 15:00:42 -0300 |
commit | 7f6af33de837eeaad21f485b34ee09f682a99dbc (patch) | |
tree | 971cd2fa337872ce534a21b472640282d7dcf894 /guides | |
parent | c8bd12cf5a1dc7ebdb1594334b2598d799d4a746 (diff) | |
parent | d402268d7870d2b953a3249e5edcb2793a51b811 (diff) | |
download | rails-7f6af33de837eeaad21f485b34ee09f682a99dbc.tar.gz rails-7f6af33de837eeaad21f485b34ee09f682a99dbc.tar.bz2 rails-7f6af33de837eeaad21f485b34ee09f682a99dbc.zip |
Merge pull request #19603 from eliotsykes/remove-considerations-section
Remove unused subdir deployment considerations section [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/configuring.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 6f32e6484f..c6f6ef6dd5 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -831,15 +831,6 @@ server { Be sure to read the [NGINX documentation](http://nginx.org/en/docs/) for the most up-to-date information. -#### Considerations when deploying to a subdirectory - -Deploying to a subdirectory in production has implications on various parts of -Rails. - -* development environment: -* testing environment: -* serving static assets: -* asset pipeline: Rails Environment Settings -------------------------- |