caddy: refact variables name, global options, add caddy_my_name
This commit is contained in:
@@ -11,8 +11,8 @@ common:
|
||||
datacenter: "lab"
|
||||
|
||||
sites:
|
||||
- name: "test"
|
||||
site: "test.lab"
|
||||
- id: "test"
|
||||
name: "test.lab"
|
||||
paths:
|
||||
- addrs:
|
||||
- "http://www1"
|
||||
@@ -20,7 +20,8 @@ common:
|
||||
- "http://www3"
|
||||
custom_cert: true
|
||||
custom_cert_file: "/etc/ssl/certs/test.lab.crt"
|
||||
custom_key_file: "/etc/ssl/private/test.lab.key"
|
||||
custom_cert_key_file: "/etc/ssl/private/test.lab.key"
|
||||
filter_whitelist: ["10.60.117.1"]
|
||||
crs_plugins:
|
||||
- "wordpress-rule-exclusions"
|
||||
crs_exceptions:
|
||||
|
||||
Reference in New Issue
Block a user