文件名称:nginx_response_codes:来自 nginx 服务器的响应代码的指标!
文件大小:3KB
文件格式:ZIP
更新时间:2024-08-01 07:10:23
C
nginx_response_codes #开发中; 不使用! 来自 nginx 服务器的响应代码的指标! ####Build(可能需要root访问权限YMMV): ./configure --add-module=path/to/repo/nginx_response_codes make make install ####基本用法(在 nginx 配置文件中): events { worker_connections 1024 ; } http { response_codes on; server { root /www/data; location / { } } }
【文件预览】:
nginx_response_codes-master
----config(215B)
----LICENSE(1KB)
----README.md(462B)
----.gitignore(240B)
----ngx_http_response_codes_filter.c(4KB)