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.16k stars 255 forks source link

Can you use it before try_files directive? #82

Open dejanmilosevic0 opened 6 years ago

dejanmilosevic0 commented 6 years ago

Is it possible to use it before try_files directive and to maintain try_files functionality.

currently if i put echo before it try_files don't fire at all.