nginx修改返回头或者添加响应头数据
Posted 飞翔的熊blabla
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx修改返回头或者添加响应头数据相关的知识,希望对你有一定的参考价值。
转自: https://www.cnblogs.com/52fhy/p/10166352.html
# set output headers
location /type {
more_set_headers 'Content-Type: text/plain'; # ...
more_set_headers 'aaa bbb'; # ...
}
以上是关于nginx修改返回头或者添加响应头数据的主要内容,如果未能解决你的问题,请参考以下文章