fix: keycloak relative path

This commit is contained in:
Kat Inskip 2022-07-17 21:20:33 -07:00
parent eff3f5b205
commit 2b54cd3b48
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -16,7 +16,7 @@ in {
proxy = "edge";
hostname = "auth.kittywit.ch";
hostname-strict = false;
http-relative-path = "/";
http-relative-path = "/auth";
hostname-strict-backchannel = true;
https-key-store-file = "/var/lib/acme/domain-auth/trust-store.jks";
https-key-store-password = keystore-pass;