aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorEliot Sykes <eliotsykes@gmail.com>2015-03-31 18:45:41 +0100
committerEliot Sykes <eliotsykes@gmail.com>2015-03-31 18:47:45 +0100
commitd402268d7870d2b953a3249e5edcb2793a51b811 (patch)
tree971cd2fa337872ce534a21b472640282d7dcf894 /guides/source
parentc8bd12cf5a1dc7ebdb1594334b2598d799d4a746 (diff)
downloadrails-d402268d7870d2b953a3249e5edcb2793a51b811.tar.gz
rails-d402268d7870d2b953a3249e5edcb2793a51b811.tar.bz2
rails-d402268d7870d2b953a3249e5edcb2793a51b811.zip
Remove unused subdir deployment considerations section [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/configuring.md9
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
--------------------------