add proxyPass to Keycloak

This commit is contained in:
Tony Boston 2021-10-16 18:12:11 +02:00
parent 27455c55c8
commit bc3441d890
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ in
forceSSL = true;
enableACME = true;
locations."/" = {
# proxyPass = "http://localhost:8073";
proxyPass = "https://localhost:8446";
# proxyWebsockets = true;
};
};