Skip to content

cherishman2005/ngx_http_access_browser_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

        location /myhttp {
            default_type "text/html";

            browser_deny "Trident";
            browser_deny "curl";

            content_by_lua_block {
                ngx.say("nginx lua openresty redis http2 zhangbiwu");
            }
        }

http://blog.sina.com.cn/s/blog_15753dca00102w4xa.html

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published