echo nginx module:Nginx模块用于将“ echo”“ sleep”“ time”等功能引入Nginx的配置文件 源码
姓名 ngx_echo-为Nginx配置文件带来“ echo”,“ sleep”,“ time”,“ exec”和更多shell样式的东西。 该模块不随Nginx源一起分发。 请参阅。 目录 状态 该模块已准备就绪。 版本 本文档介绍了2020年7月2日发布的ngx_echo 。 概要 location /hello { echo "hello, world!" ; } location /hello { echo -n "hello, " ; echo "world!" ; } location /timed_hello { echo_reset_timer; echo hello world; echo "'hello world' takes about $echo_timer_elapse
文件列表
echo-nginx-module-master.zip
(预估有个58文件)
echo-nginx-module-master
.gitignore
618B
t
incr.t
493B
request-body.t
1KB
subrequest.t
13KB
sleep.t
3KB
abort-parent.t
1KB
location-async.t
7KB
if.t
2KB
暂无评论