Дочинили авторизацию

This commit is contained in:
mi
2026-07-16 15:50:34 +03:00
parent d86e663690
commit 3a3d26bd6e
9 changed files with 118 additions and 5 deletions
@@ -97,6 +97,12 @@ server {
proxy_pass http://api_backend;
}
location = /auth/callback {
root /usr/share/nginx/html;
try_files /index.html =404;
add_header Cache-Control "no-cache";
include /etc/nginx/generated/security-headers.conf;
}
location ^~ /auth/resources/ {
include /etc/nginx/snippets/proxy-keycloak.conf;
proxy_pass http://keycloak_upstream;