diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-05-11 04:01:40 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-05-11 04:01:40 +0530 |
commit | c181c9a369f4d496fc0c5047e19047ea3d40ff53 (patch) | |
tree | 241ecc3e4d52916f004f57ad66552415eab3f525 /guides | |
parent | 94660de4e525f2520e0a02907223f247beee42d3 (diff) | |
download | rails-c181c9a369f4d496fc0c5047e19047ea3d40ff53.tar.gz rails-c181c9a369f4d496fc0c5047e19047ea3d40ff53.tar.bz2 rails-c181c9a369f4d496fc0c5047e19047ea3d40ff53.zip |
Remove ambiquity in what we are referring to in the documentation of config vs configuring the server itself
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/api_app.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/api_app.md b/guides/source/api_app.md index 56a0767131..a61c817597 100644 --- a/guides/source/api_app.md +++ b/guides/source/api_app.md @@ -289,7 +289,7 @@ You can learn more about how to use `Rack::Sendfile` with popular front-ends in [the Rack::Sendfile documentation](http://rubydoc.info/github/rack/rack/master/Rack/Sendfile). -Here are some values for popular servers, once they are configured, to support +Here are some values for this header for some popular servers, once these servers are configured to support accelerated file sending: ```ruby |