5 lines
191 B
Django/Jinja
5 lines
191 B
Django/Jinja
# /etc/nginx/conf.d/resolver.conf
|
|
# Global DNS resolver for runtime lookups (OCSP stapling, runtime proxy_pass).
|
|
resolver {{ nginx_resolver }};
|
|
resolver_timeout {{ nginx_resolver_timeout }};
|