removed comments in haproxy.j2
This commit is contained in:
parent
6a72761971
commit
d043842ab3
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@ frontend {{ site_name }}
|
|||
|
||||
{{ web_security_options(['no_frames', 'block_xss', 'hsts', 'no_sniff']) }}
|
||||
|
||||
# {{ csp(["default-src " + [csp_ext_src]|join(' '),
|
||||
# "style-src 'unsafe-inline' " + [csp_ext_src]|join(' '),
|
||||
# ]) }}
|
||||
|
||||
{{ acme_challenge(letsencrypt_server) }}
|
||||
|
||||
use_backend {{ site_name }}__default
|
||||
|
|
Loading…
Add table
Reference in a new issue