This commit is contained in:
parent
1b99c1aec4
commit
041cffb34a
@ -107,9 +107,9 @@ frontend http from {{ haproxy.config.namespace }}
|
|||||||
## ACLs
|
## ACLs
|
||||||
acl http ssl_fc,not
|
acl http ssl_fc,not
|
||||||
acl self_host req.hdr(Host) {{ fqdn }}
|
acl self_host req.hdr(Host) {{ fqdn }}
|
||||||
acl path_root path -m dir /
|
acl path_root path /
|
||||||
acl path_host path -m dir /host
|
acl path_host path_dir /host
|
||||||
acl path_date path -m dir /date
|
acl path_date path_dir /date
|
||||||
acl path_srchash path -m dir /srchash
|
acl path_srchash path -m dir /srchash
|
||||||
|
|
||||||
## Basic rules
|
## Basic rules
|
||||||
@ -133,8 +133,8 @@ frontend https from {{ haproxy.config.namespace }}
|
|||||||
acl robots_txt path /robots.txt
|
acl robots_txt path /robots.txt
|
||||||
acl self_host req.hdr(Host) {{ fqdn }}
|
acl self_host req.hdr(Host) {{ fqdn }}
|
||||||
acl path_root path /
|
acl path_root path /
|
||||||
acl path_host path /host
|
acl path_host path_dir /host
|
||||||
acl path_date path /date
|
acl path_date path_dir /date
|
||||||
acl path_srchash path /srchash
|
acl path_srchash path /srchash
|
||||||
|
|
||||||
## Basic rules
|
## Basic rules
|
||||||
|
Loading…
Reference in New Issue
Block a user