Update auth.lua to use HTTP scheme and configure DNS resolver in nginx.conf
This commit is contained in:
@@ -5,6 +5,8 @@ events {
|
||||
}
|
||||
|
||||
http {
|
||||
resolver 192.168.21.2 ipv6=off;
|
||||
|
||||
lua_package_path "/usr/local/openresty/lualib/?.lua;;";
|
||||
|
||||
lua_shared_dict discovery 1m;
|
||||
|
||||
Reference in New Issue
Block a user