8 lines
220 B
INI
8 lines
220 B
INI
|
|
# Because we are using logrotate for greater flexibility, disable the
|
||
|
|
# internal certbot logrotation.
|
||
|
|
max-log-backups = 0
|
||
|
|
authenticator = webroot
|
||
|
|
webroot-path = /var/www/html
|
||
|
|
post-hook = service nginx reload
|
||
|
|
text = True
|