stable keycloak host, need set admin admin

This commit is contained in:
2025-07-07 06:30:03 +03:00
parent 81910ad805
commit 6aefe84008
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ server {
}
location /auth {
proxy_pass http://keycloak:8080/;
proxy_pass http://0.0.0.0:8080/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;