1# 2# Ansible-managed file. 3# Source: https://github.com/unicode-org/cldr/blob/main/tools/scripts/ansible/templates/nginx-stapler.conf 4# 5 6# fixes for stapling 7# 127.0.0.53 is the ubuntu systemd resolver 8# 1.1.1.1 is a cloudflare dns provider 9# 8.8.8.8 is a google dns provider 10resolver 127.0.0.53 8.8.8.8 1.1.1.1; 11 12# TODO: this requires nginx 1.19 13#ssl_ocsp_cache shared:ocsp_cache:10m; 14