Private
Public Access
2
0
This commit is contained in:
2026-02-12 06:46:54 +01:00
parent b02fbe7117
commit 295b19aaa8
3 changed files with 14 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
caddy_my_name: "mywaf"
caddy_http_port: 80
caddy_https_port: 443
caddy_default_bind: ""
caddy_default_bind: null
# If true, will not install software, just deploy Caddy and OWASP CRS
# configuration files.
@@ -21,8 +21,8 @@ caddy_ca_root: null
# For using a Consul cluster.
caddy_consul: false
caddy_consul_delegate_to: null # Required
caddy_consul_admin_token: null # Required
caddy_consul_delegate_to: null # Required, Consul host for running Consul commands
caddy_consul_admin_token: null # Required, generate with "uuidgen"
caddy_consul_aes_key: null # Required, 32 characters
caddy_consul_server: "127.0.0.1:8500"
# FIXME: SSL connexion doesn't work