This topic created in 4695 days ago, the information mentioned may be changed or developed.
2 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
ijse Sep 30, 2013 2
配置nginx的proxy_pass时,设置HOST头要用$http_host, 除非端口号是80
在这坑里栽过。。
|
 |
|
2
julyclyde Oct 6, 2013 1
$http_host是request里的host header $host是server{}里的server_name里的第一个
|