mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/haproxy: remove _var_script use
Commit message 27d89b8595 applies here as well. For now disable
the new line until it is properly integrated. It could otherwise
interfere with the way things are set up.
PR: https://github.com/opnsense/core/issues/5917
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% if helpers.exists('OPNsense.HAProxy.general.enabled') and OPNsense.HAProxy.general.enabled|default("0") == "1" %}
|
||||
haproxy_enable=YES
|
||||
haproxy_var_script="/usr/local/opnsense/scripts/OPNsense/HAProxy/setup.sh"
|
||||
#haproxy_setup="/usr/local/opnsense/scripts/OPNsense/HAProxy/setup.sh"
|
||||
haproxy_pidfile="/var/run/haproxy.pid"
|
||||
haproxy_config="/usr/local/etc/haproxy.conf"
|
||||
{% if helpers.exists('OPNsense.HAProxy.general.storeOcsp') and OPNsense.HAProxy.general.storeOcsp|default("0") == "1" %}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
acme_http_challenge_enable=YES
|
||||
acme_http_challenge_conf="/var/etc/lighttpd-acme-challenge.conf"
|
||||
acme_http_challenge_pidfile="/var/run/lighttpd-acme-challenge.pid"
|
||||
acme_http_challenge_setup="/usr/local/opnsense/scripts/OPNsense/AcmeClient/setup.sh"
|
||||
#acme_http_challenge_setup="/usr/local/opnsense/scripts/OPNsense/AcmeClient/setup.sh"
|
||||
{% else %}
|
||||
acme_http_challenge_enable=NO
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user