Дочинили авторизацию
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user