Initial commit

This commit is contained in:
2026-06-24 17:29:12 -04:00
commit 72b96c06a4
15 changed files with 470 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# /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 }};