Skip to content

Commit

Permalink
services/keycloak: fix http
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Oct 10, 2024
1 parent 7b3ea1a commit 1abc62e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/profiles/services/keycloak/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
settings = {
hostname = "keycloak.li7g.com";
proxy-headers = "xforwarded";
http-enabled = true;
http-host = "127.0.0.1";
http-port = config.ports.keycloak;
};
Expand Down

0 comments on commit 1abc62e

Please sign in to comment.