-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathoverride.yml.example
More file actions
43 lines (43 loc) · 1.08 KB
/
override.yml.example
File metadata and controls
43 lines (43 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
remap:
example.local:
letsencrypt: true
network: example-dnet
origin_http_port: 6669
origin_https_port: 6669
bypass_remap: true
remove_http_map: true
cache_time: 0
cachecontrol: true
cache_ignore_qs: true
cache_exceptions:
- url_regex=(www\.)?site.com/path/.*\.(pdf|png|jpg) action=ttl-in-cache=1h30m
confremap: true
additional_domain_prefix:
- "subdomain1"
- "subdomain2"
add_banjax_whitelist:
- 192.168.4.66
- 192.168.70.30
banjax_whitelist_include_auth: true
origin_object: '/ttx/'
banjax_sha_inv: true
banjax_captcha: true
banjax_path_exceptions:
- "wp-admin/admin-ajax.php"
banjax_path:
- "wp-admin"
- "wp-login.php"
banjax_regex_banner:
- { interval: 20,
hits_per_interval: 6,
regex:{
method: 'POST',
url: '/xmlrpc\.php',
ua: '.*'}}
- { interval: 20,
hits_per_interval: 6,
regex:{
method: 'POST',
url: '/wp-admin/example\.php',
ua: '.*'}}