``` 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:
parent
40b7913d32
commit
b6e9f75352
@ -221,7 +221,7 @@ nginx:
|
|||||||
- server_name: ci.lysergic.dev ci.git.com.de
|
- server_name: ci.lysergic.dev ci.git.com.de
|
||||||
- location /:
|
- location /:
|
||||||
- proxy_pass: https://ci.lysergic.dev
|
- proxy_pass: https://ci.lysergic.dev
|
||||||
- proxy_ssl_verify: true
|
- proxy_ssl_verify: on
|
||||||
|
|
||||||
manage_firewall: True
|
manage_firewall: True
|
||||||
firewalld:
|
firewalld:
|
||||||
|
Loading…
Reference in New Issue
Block a user