Add api endpoint toggle variable to caddy role

This commit is contained in:
Marty Oehme 2021-07-29 16:47:13 +02:00
parent 3192618319
commit 4b947a3112
Signed by: Marty
GPG key ID: B7538B8F50A1C800
2 changed files with 4 additions and 0 deletions

View file

@ -10,6 +10,9 @@
{% if caddy_use_debug is sameas true %}
debug
{% endif %}
{% if caddy_use_api is sameas false %}
admin off
{% endif %}
{% if caddy_use_https is sameas false %}
auto_https off