openresty / echo-nginx-module

An Nginx module for bringing the power of "echo", "sleep", "time" and more to Nginx's config file
http://wiki.nginx.org/NginxHttpEchoModule
BSD 2-Clause "Simplified" License
1.17k stars 254 forks source link

is there one document for "options" like "--" "-f" "-q" #31

Closed lloydzhou closed 10 years ago

agentzh commented 10 years ago

@lloydzhou The -f and -q options are specific to the echo_subrequest and echo_subrequest_async directives. So please consult their documentation for details. In particular:

https://github.com/agentzh/echo-nginx-module#echo_subrequest_async

The -- thing is used to conclude the option list so that anything following -- will not be interpreted as an option even if it has a - prefix. The -- syntax is actually documented in echo directive's documentation: http://wiki.nginx.org/HttpEchoModule#echo