Use lua code cache
@@ -18,7 +18,7 @@ http {
}
server {
listen 8080;
- lua_code_cache off;
+ lua_code_cache on;
charset "utf-8";
location / {