mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(ci): flake update
`keycloak.settings.proxy` removed
This commit is contained in:
parent
7046358417
commit
0bdfac0d0d
2 changed files with 3 additions and 8 deletions
|
|
@ -59,11 +59,6 @@ in {
|
|||
then hostname
|
||||
else null
|
||||
);
|
||||
proxy = mkDefault (
|
||||
if cfg.protocol == "https"
|
||||
then "reencrypt"
|
||||
else "edge"
|
||||
);
|
||||
hostname-strict = mkDefault hostname-strict;
|
||||
hostname-strict-https = mkDefault hostname-strict;
|
||||
proxy-headers = mkDefault "xforwarded";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue