文件名称:headers-more-nginx-module:设置,添加和清除NGINX http服务器中的任意输出头
文件大小:40KB
文件格式:ZIP
更新时间:2024-03-14 19:13:26
C
姓名 ngx_headers_more-设置和清除输入和输出头...比“添加”还多! 该模块不随Nginx源一起分发。 请参阅。 目录 版本 本文档介绍了2017年11月3日发布的headers-more-nginx-module 。 概要 # set the Server output header more_set_headers 'Server: my-server' ; # set and clear output headers location /bar { more_set_headers 'X-MyHeader: blah' 'X-MyHeader2: foo' ; more_set_headers -t 'text/plain text/css' 'Content-Type: text/foo' ; more_set_header
【文件预览】:
headers-more-nginx-module-master
----.travis.yml(2KB)
----config(1KB)
----valgrind.suppress(2KB)
----t()
--------input.t(25KB)
--------bug.t(8KB)
--------input-cookie.t(3KB)
--------input-conn.t(3KB)
--------input-ua.t(13KB)
--------subrequest.t(1KB)
--------builtin.t(6KB)
--------vars.t(846B)
--------unused.t(3KB)
--------sanity.t(10KB)
--------eval.t(626B)
--------phase.t(355B)
----README.markdown(18KB)
----src()
--------ngx_http_headers_more_filter_module.c(9KB)
--------ngx_http_headers_more_util.h(1KB)
--------ngx_http_headers_more_headers_in.c(23KB)
--------ngx_http_headers_more_headers_in.h(601B)
--------ngx_http_headers_more_headers_out.c(18KB)
--------ngx_http_headers_more_headers_out.h(586B)
--------ddebug.h(3KB)
--------ngx_http_headers_more_util.c(9KB)
--------ngx_http_headers_more_filter_module.h(2KB)
----.gitignore(451B)
----util()
--------build.sh(1KB)
----.gitattributes(27B)