mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(keycloak): change default port
This commit is contained in:
parent
0116ecf47f
commit
5fd4a90dc8
3 changed files with 16 additions and 35 deletions
|
|
@ -230,6 +230,7 @@ in {
|
|||
# we're not the real sso record-holder, so don't respond globally..
|
||||
local.denyGlobal = true;
|
||||
ssl.cert.enable = true;
|
||||
locations."/".proxyPass = "https://${getHostnameFor "keycloak" "lan"}:8443";
|
||||
};
|
||||
vouch = let
|
||||
inherit (keycloak.services) vouch-proxy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue