Avoid using * in 'certfiles' option of default config

This commit is contained in:
Evgeny Khramtsov 2018-10-04 15:00:43 +03:00
parent ed2b07fc10
commit 510925c9a1
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ log_rotate_count: 1
log_rate_limit: 100
certfiles:
- "/etc/letsencrypt/live/*/*.pem"
- "/etc/letsencrypt/live/localhost/fullchain.pem"
- "/etc/letsencrypt/live/localhost/privkey.pem"
listen:
-