Created
November 14, 2013 09:03
-
-
Save baijian/7463705 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * $http_host equals always the HTTP_HOST request header. | |
| * $host equals $http_host, lowercase and without the port number (if present), except when HTTP_HOST is absent or is an empty value. In that case, $host equals the value of the server_name directive of the server which processed the request. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment