This commit is contained in:
parent
e931c16b67
commit
a66693564b
@ -159,7 +159,7 @@ frontend fe_http from {{ haproxy.config.namespace }}
|
||||
acl self_host req.hdr(Host) {{ fqdn }}
|
||||
acl internal src -f {{ haproxy.config.dir }}/maps/access
|
||||
acl domains req.hdr(Host),map_dom({{ haproxy.config.dir }}/maps/domains) -m found
|
||||
acl allowhttp req.hdr(Host),map_dom({{ haproxy.config.dir }}/maps/allowhttp) -m found
|
||||
acl allowhttp req.hdr(Host),map_dom({{ haproxy.config.dir }}/maps/allowhttp,false)
|
||||
acl ua req.hdr(User-Agent),map_beg(/etc/haproxy/maps/ua) -m found
|
||||
acl security_txt path /.well-known/security.txt
|
||||
acl robots_txt path /robots.txt
|
||||
|
Loading…
Reference in New Issue
Block a user