Add api endpoint toggle variable to caddy role
This commit is contained in:
parent
3192618319
commit
4b947a3112
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue