Private
Public Access
2
0

caddy: add site.no_upsream_host
Some checks failed
Publish collection to Galaxy / publish (push) Has been cancelled

This commit is contained in:
2026-06-08 14:41:47 +02:00
parent 65086fccc5
commit 272d0988da
3 changed files with 7 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ caddy_coraza_crs_plugins:
caddy_sites: []
# - id: "" # Mandatory: short id for the site (for site specific directories and files)
# name: "" # Mandatory: canonical domain name
# no_upstream_host: false # Optionnal: Host header hostport, not upstream_hostport, default false
# paths: # Mandatory: targets for the reverse proxy
# - path: "*" # Optionnal: path of the request, default "*"
# strip_prefix: false # Optionnal: default "false"