View nginx.conf
74 location /test { | |
75 default_type 'text/plain'; | |
76 lua_code_cache off; | |
77 content_by_lua_file luas/test.lua; | |
78 } |