roles/nginx: Update comment in defaults

This commit is contained in:
Alan Orth 2021-03-19 23:50:39 +02:00
parent f341d2e5eb
commit af49f27551
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ nginx_ssl_protocols: 'TLSv1.2 TLSv1.3'
# See: https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_stapling
nginx_ssl_stapling_resolver: '1.1.1.1 1.0.0.1 [2606:4700:4700::1111] [2606:4700:4700::1001]'
# install certbot + dependencies?
# install acme.sh?
# True unless you're in development and using "localhost" + snakeoil certs
use_letsencrypt: True