Compare commits

..

2 Commits

Author SHA1 Message Date
0df71b4331 Merge pull request 'Repair boolean' (#84) from fix/nginx/boolean into production
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Reviewed-on: #84
Reviewed-by: Pratyush Desai <pratyush.desai@liberta.casa>
2023-07-31 21:15:42 +02:00
13d5e44baa
Repair boolean
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Follow up to b6e9f753521111919dfcf67e91e02b30fbc41b24, forgot to quote
the string causing it to still be converted to a boolean.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-07-31 21:10:35 +02:00

View File

@ -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: on - proxy_ssl_verify: 'on'
manage_firewall: True manage_firewall: True
firewalld: firewalld: