Repair boolean
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful

```
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 <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-07-21 17:04:49 +02:00
parent 40b7913d32
commit b6e9f75352
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -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: