mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-05-14 13:32:02 +00:00
fix: keycloak_frontend_url needs scheme
This commit is contained in:
@@ -50,7 +50,7 @@ keycloak_force_install: False
|
||||
|
||||
### mod_cluster reverse proxy
|
||||
keycloak_modcluster_url: localhost
|
||||
keycloak_frontend_url: localhost
|
||||
keycloak_frontend_url: http://localhost
|
||||
|
||||
### infinispan remote caches access (hotrod)
|
||||
infinispan_user: supervisor
|
||||
|
||||
Reference in New Issue
Block a user