Fix https redirect setting

Fixed the reverse setting for https redirection. It would redirect when
the option was toggled off and vice versa.
This commit is contained in:
Marty Oehme 2021-10-20 17:39:21 +02:00
parent f4864c5da3
commit da1e696292
Signed by: Marty
GPG key ID: B7538B8F50A1C800
2 changed files with 4 additions and 4 deletions

View file

@ -4,5 +4,5 @@ caddy_stack:
name: caddy
compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"
caddy_http_server_name: http
caddy_https_server_name: https
caddy_http_server_name: httpserve
caddy_https_server_name: httpsserve