diff --git a/CILogon/nginx.conf.template b/CILogon/nginx.conf.template index 371d69b..e34fd06 100644 --- a/CILogon/nginx.conf.template +++ b/CILogon/nginx.conf.template @@ -7,7 +7,7 @@ events { } http { - resolver ${DNS_RESOLVER} ipv6=off; + resolver ${DNS_RESOLVER}; lua_package_path '~/lua/?.lua;;'; lua_shared_dict discovery 1m;