Skip to content

Instantly share code, notes, and snippets.

View Laobei2012's full-sized avatar

Laobei Laobei2012

View GitHub Profile
@Laobei2012
Laobei2012 / nginx.conf
Created April 7, 2012 14:19
issue for lua-resty-redis
74 location /test {
75 default_type 'text/plain';
76 lua_code_cache off;
77 content_by_lua_file luas/test.lua;
78 }