问题:如何使得一个链接返回时,Response Header 展示 hostname呢?
解答:利用 more_set_headers 模块,如下。
server {
#xxxx
more_set_headers ‘X-Node: $hostname’;
#xxxx
}
more_set_headers 属于nginx的 headers-more-nginx-module,详细介绍:https://github.com/openresty/headers-more-nginx-module