jb6925
Results
2
comments of
jb6925
Thanks @doujiang24. The resolver was added to the configuration but now I'm unable to override the default . ie `nginx: [emerg] "resolver" directive is duplicate in /tmp/resty_rCLHKZYDlc/conf/nginx.conf:172` Is it possible...
@doujiang24 yes it does. my /etc/resolv.conf ``` nameserver 172.31.0.10 search gitlab-runners.svc.cluster.local svc.cluster.local cluster.local xxxx.yy.zzzz.internal bb.aaaa.internal google.internal options ndots:5 ``` using the `--ns` parameter i'm back to my original error. `redis...