From b6e9f753521111919dfcf67e91e02b30fbc41b24 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Fri, 21 Jul 2023 17:04:49 +0200 Subject: Repair boolean ``` nginx: [emerg] invalid value "True" in "proxy_ssl_verify" directive, it must be "on" or "off" in /etc/nginx/vhosts.d/agola.conf:14 ``` Signed-off-by: Georg Pfuetzenreuter --- pillar/cluster/denc/web-proxy.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar/cluster/denc/web-proxy.sls b/pillar/cluster/denc/web-proxy.sls index 2908f69..fcb2c93 100644 --- a/pillar/cluster/denc/web-proxy.sls +++ b/pillar/cluster/denc/web-proxy.sls @@ -221,7 +221,7 @@ nginx: - server_name: ci.lysergic.dev ci.git.com.de - location /: - proxy_pass: https://ci.lysergic.dev - - proxy_ssl_verify: true + - proxy_ssl_verify: on manage_firewall: True firewalld: -- cgit v1.2.3