Browse Source

set lua cache to on

yz0075 12 years ago
parent
commit
507384aa45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lapis/nginx.conf

+ 1 - 1
lapis/nginx.conf

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