fix(univention-management-stack): UMC secure session cookie

This commit is contained in:
jconde
2024-01-22 23:46:18 +01:00
committed by Thorsten Rossner
parent 89c149af95
commit 67f7c05038

View File

@@ -218,6 +218,7 @@ serverBlock: |
location = /univention/auth {
rewrite ^/univention(/.*)$ $1 break;
proxy_pass http://ums-umc-server:80;
proxy_set_header X-UMC-HTTPS 'on';
}
location /univention/logout {
rewrite ^/univention(/.*)$ $1 break;
@@ -226,6 +227,7 @@ serverBlock: |
location /univention/saml {
rewrite ^/univention(/.*)$ $1 break;
proxy_pass http://ums-umc-server:80;
proxy_set_header X-UMC-HTTPS 'on';
}
location /univention/get {
rewrite ^/univention(/.*)$ $1 break;