Browse Source

Add resolver

Mikael Lindberg 11 years ago
parent
commit
acc9636830
1 changed files with 1 additions and 0 deletions
  1. 1 0
      openresty/nginx.conf

+ 1 - 0
openresty/nginx.conf

@@ -7,6 +7,7 @@ events {
 }
 
 http {
+    resolver 127.0.0.1;
     access_log off;
     lua_package_path 'CWD/openresty/?.lua;;';
     init_by_lua 'encode = require("cjson").encode mysql = require("resty.mysql")';