mirror of https://github.com/rails/rails
Merge pull request #50500 from matthieuprat/fix-typos
Fix a couple of typos [ci-skip]
This commit is contained in:
commit
fe39741382
|
@ -4,7 +4,7 @@ module ActionDispatch
|
|||
# = Action Dispatch \AssumeSSL
|
||||
#
|
||||
# When proxying through a load balancer that terminates SSL, the forwarded request will appear
|
||||
# as though its HTTP instead of HTTPS to the application. This makes redirects and cookie
|
||||
# as though it's HTTP instead of HTTPS to the application. This makes redirects and cookie
|
||||
# security target HTTP instead of HTTPS. This middleware makes the server assume that the
|
||||
# proxy already terminated SSL, and that the request really is HTTPS.
|
||||
class AssumeSSL
|
||||
|
|
|
@ -202,7 +202,7 @@ Sets the host for the assets. Useful when CDNs are used for hosting assets, or w
|
|||
|
||||
#### `config.assume_ssl`
|
||||
|
||||
Makes application believe that all requests are arriving over SSL. This is useful when proxying through a load balancer that terminates SSL, the forwarded request will appear as though its HTTP instead of HTTPS to the application. This makes redirects and cookie security target HTTP instead of HTTPS. This middleware makes the server assume that the proxy already terminated SSL, and that the request really is HTTPS.
|
||||
Makes application believe that all requests are arriving over SSL. This is useful when proxying through a load balancer that terminates SSL, the forwarded request will appear as though it's HTTP instead of HTTPS to the application. This makes redirects and cookie security target HTTP instead of HTTPS. This middleware makes the server assume that the proxy already terminated SSL, and that the request really is HTTPS.
|
||||
|
||||
#### `config.autoflush_log`
|
||||
|
||||
|
|
Loading…
Reference in New Issue