vim nginx.conf
在http模块中加入:
add_header myheader "the coments of myheader";
这里的myheader 是自定义的名字,你自己随便写。
加完后,测试:
curl -I http://IP
apache设置自定义header
在http模块中加入:
add_header myheader "the coments of myheader";
这里的myheader 是自定义的名字,你自己随便写。
加完后,测试:
curl -I http://IP
apache设置自定义header
0
#在这里快速回复#apache设置自定义header - linux运维 - 阿铭Linux,linux培训,最负责的的linux教学 - Powered by Discuz! http://www.aminglinux.com/bbs/thread-830-1-2.html
编辑回复