Правки различные
This commit is contained in:
@@ -139,6 +139,23 @@ server {
|
||||
add_header Cache-Control "no-cache";
|
||||
include /etc/nginx/generated/security-headers.conf;
|
||||
}
|
||||
location = /mobile/oidc/callback {
|
||||
default_type text/html;
|
||||
charset utf-8;
|
||||
alias /etc/nginx/static/mobile-oidc-callback.html;
|
||||
sub_filter_once on;
|
||||
sub_filter_types text/html;
|
||||
sub_filter HAN_CALLBACK_QUERY ?$args;
|
||||
add_header Cache-Control "no-store" always;
|
||||
include /etc/nginx/generated/security-headers.conf;
|
||||
}
|
||||
location = /mobile/oidc/callback.js {
|
||||
default_type text/javascript;
|
||||
charset utf-8;
|
||||
alias /etc/nginx/static/mobile-oidc-callback.js;
|
||||
add_header Cache-Control "no-store" always;
|
||||
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