This commit is contained in:
2025-12-03 14:03:33 +01:00
parent 794bd4487a
commit 6f676462ea

View File

@@ -8,7 +8,7 @@ location = /logout {
proxy_http_version 1.1;
{# CORS headers allow your central page to call this #}
{%- set aca_origin = "'{{ domains | get_url('web-svc-logout', WEB_PROTOCOL) }}' always" -%}
{%- set aca_origin = domains | get_url('web-svc-logout', WEB_PROTOCOL) -%}
{%- set aca_credentials = "'true' always" -%}
{%- set aca_methods = "'GET, OPTIONS' always" -%}
{%- set aca_headers = "'Accept, Authorization' always" -%}