caddy: add site.header and path.strip_prefix
Some checks failed
Publish collection to Galaxy / publish (push) Failing after 42s
Some checks failed
Publish collection to Galaxy / publish (push) Failing after 42s
This commit is contained in:
@@ -77,12 +77,13 @@ caddy_crs_plugins:
|
||||
|
||||
# Sites
|
||||
caddy_sites: []
|
||||
# - id: "" # Mandatory: short id for the site (for site specific directories and files)
|
||||
# name: "" # Mandatory: canonical domain name
|
||||
# paths: # Mandatory: targets for the reverse proxy
|
||||
# - path: "" # Optionnal: path of the request, default "*"
|
||||
# addrs: # Mandatory: upstreams
|
||||
# - "" # Mandatory: URL of the upstream, minimum 1 required
|
||||
# - id: "" # Mandatory: short id for the site (for site specific directories and files)
|
||||
# name: "" # Mandatory: canonical domain name
|
||||
# paths: # Mandatory: targets for the reverse proxy
|
||||
# - path: "*" # Optionnal: path of the request, default "*"
|
||||
# strip_prefix: false # Optionnal: default "false"
|
||||
# addrs: # Mandatory: upstreams
|
||||
# - "" # Mandatory: URL of the upstream, minimum 1 required
|
||||
|
||||
|
||||
# For overriding default global parameters. Will be merged with
|
||||
|
||||
Reference in New Issue
Block a user