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:
@@ -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
|
||||
Reference in New Issue
Block a user