gpt4 book ai didi

Haproxy 多线配置

转载 作者:行者123 更新时间:2023-12-03 14:25:21 25 4
gpt4 key购买 nike

是否可以将配置参数(在 haproxy.cfg 中)拆分为多行?

例子

当前的

frontend
https-in bind :443 ssl strict-sni crt </path/to/cert1.pem> crt </path/to/cert2.pem> crt </path/to/cert3.pem> ...

理想的
frontend 
https-in bind :443 ssl strict-sni
crt </path/to/cert1.pem>
crt </path/to/cert2.pem>
crt </path/to/cert3.pem>
...

尝试理想时出错
$ /usr/sbin/haproxy -c -V -f /etc/haproxy/haproxy.cfg
[ALERT] 343/210133 (25646) : parsing [/etc/haproxy/haproxy.cfg:45] : unknown keyword 'crt' in 'frontend' section
[ALERT] 343/210133 (25646) : Error(s) found in configuration file : /etc/haproxy/haproxy.cfg
[ALERT] 343/210133 (25646) : Fatal errors found in configuration.

最佳答案

您不能在 haproxy.cfg 中执行多行语法。
查看文件格式文档:https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#2.1
更新:
感谢来自 Venky 的评论我看到还有使用 crt-list 的选项它确实为多行 pem 文件引用提供了一个选项。 https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#5.1-crt-list

关于Haproxy 多线配置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53713425/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com