mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix: keycloak relative path
This commit is contained in:
parent
eff3f5b205
commit
2b54cd3b48
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue