Skip to content

Commit

Permalink
fix: keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
jz8132543 committed Nov 19, 2024
1 parent e262ff9 commit f4e498b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos/modules/services/keycloak.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
};
settings = {
hostname = "sso.dora.im";
proxy-headers = "edge";
proxy-headers = "xforwarded";
http-enabled = true;
http-host = "127.0.0.1";
http-port = config.ports.keycloak;
};
Expand Down

0 comments on commit f4e498b

Please sign in to comment.