Revert "updated haproxy state"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 29a081884a
.
This commit is contained in:
parent
8e05da1267
commit
933ccb9bac
@ -127,21 +127,6 @@ defaults {{ haproxy.config.namespace }}
|
||||
{{ key }} {{ value }}
|
||||
{%- endfor %}
|
||||
|
||||
# Default ACLs
|
||||
acl http ssl_fc,not
|
||||
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,false) true
|
||||
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
|
||||
acl max_req_rate sc_http_req_rate(0) gt {{ haproxy.config.ddos.maxrequests|default(200) }}
|
||||
acl path_root path /
|
||||
acl path_info path /info
|
||||
acl path_location path /location
|
||||
acl version_http10 req.ver 1.0
|
||||
|
||||
{% if haproxy.config.peers.hosts -%}
|
||||
peers paulbsd
|
||||
bind *:{{ haproxy.config.peers.port }} ssl crt {{ haproxy.config.acme_fullchains_dir }}
|
||||
|
Loading…
Reference in New Issue
Block a user