modified: serv_nginx/Makefile

modified:   serv_nginx/docker-compose.yml
	modified:   serv_nginx/keycloak/Dockerfile
	modified:   serv_nginx/keycloak/keycloak.conf
	modified:   serv_nginx/nginx/nginx-ssl.conf
change all for know
This commit is contained in:
2025-10-21 06:37:17 +05:00
parent 516780160e
commit d60d657ce7
5 changed files with 38 additions and 37 deletions
+11 -6
View File
@@ -15,15 +15,15 @@ http-enabled=true
http-port=8080
http-relative-path=/auth
# Hostname configuration
hostname-url=https://yalarba.ru/auth
# Hostname configuration - ИСПРАВЛЕНО
hostname=https://yalarba.ru
hostname-path=/auth
hostname-strict=true
hostname-strict-https=true
hostname-strict-backchannel=false
hostname-path=/auth
# Proxy configuration
proxy=x_forwarded
# Proxy configuration - ИСПРАВЛЕНО
proxy=reencrypt
proxy-address-forwarding=true
# CORS settings
@@ -39,4 +39,9 @@ health-enabled=true
features=token-exchange,admin-fine-grained-authz
# Logging
log-level=INFO
log-level=INFO
# Дополнительные настройки для прода
cache=local
cache-stack=kubernetes
metrics-enabled=false