This commit is contained in:
Sharad Ahlawat
2021-05-06 15:19:21 -07:00
parent 10b9cbeead
commit a0a9496aef
7 changed files with 29 additions and 8 deletions

View File

@ -188,7 +188,8 @@ backend bk_ahlawat-cloud
http-response add-header X-Frame-Options: SAMEORIGIN
backend bk_ahlawat-git
server srv1 gitx.ahlawat.com:3000 check ssl ca-file /mnt/certs/cacert.pem alpn h2
timeout queue 8s
server srv1 gitx.ahlawat.com:3000 check ssl maxconn 32 ca-file /mnt/certs/cacert.pem alpn h2
server srv2 web.ahlawat.com:443 backup check ssl ca-file /mnt/certs/cacert.pem alpn h2
http-response set-header X-Frame-Options "ALLOW-FROM *.diyit.org"
# http-response add-header X-Frame-Options: SAMEORIGIN