acme/certificate: Changed default reload command to "reload nginx"

dehydrated
Felix Stupp 4 years ago
parent 45645de557
commit 9fa36a210f
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -6,4 +6,4 @@ acme_certificate_prefix: "{{ acme_certificates_directory }}/{{ domain }}"
acme_certificate_location: "{{ acme_certificate_prefix }}.crt"
acme_key_location: "{{ acme_certificate_prefix }}.key"
reload_command: "systemctl force-reload nginx"
reload_command: "systemctl reload nginx"

Loading…
Cancel
Save