aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-06-07 14:23:27 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-06-07 14:23:27 +0530
commitb6760d8f14af6b00250395f2c830b89e43621860 (patch)
treeff2420da7f8135edffc6b08855becc9fbb0b5be5 /guides/code/getting_started
parenta6c8cde83526e4ec5b1212b5e6d1e512ebf7c0ec (diff)
downloadrails-b6760d8f14af6b00250395f2c830b89e43621860.tar.gz
rails-b6760d8f14af6b00250395f2c830b89e43621860.tar.bz2
rails-b6760d8f14af6b00250395f2c830b89e43621860.zip
[ci skip] Fix capitalization
Diffstat (limited to 'guides/code/getting_started')
-rw-r--r--guides/code/getting_started/config/environments/production.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/guides/code/getting_started/config/environments/production.rb b/guides/code/getting_started/config/environments/production.rb
index c8ae858574..60adba903a 100644
--- a/guides/code/getting_started/config/environments/production.rb
+++ b/guides/code/getting_started/config/environments/production.rb
@@ -16,10 +16,10 @@ Rails.application.configure do
# Enable Rack::Cache to put a simple HTTP cache in front of your application
# Add `rack-cache` to your Gemfile before enabling this.
- # For large-scale production use, consider using a caching reverse proxy like nginx, varnish or squid.
+ # For large-scale production use, consider using a caching reverse proxy like NGINX, varnish or squid.
# config.action_dispatch.rack_cache = true
- # Disable Rails's static asset server (Apache or nginx will already do this).
+ # Disable Rails's static asset server (Apache or NGINX will already do this).
config.serve_static_assets = false
# Compress JavaScripts and CSS.
@@ -36,8 +36,8 @@ Rails.application.configure do
config.assets.version = '1.0'
# Specifies the header that your server uses for sending files.
- # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
- # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
+ # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for Apache
+ # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
# config.force_ssl = true