diff --git a/roles/docker-oauth2-proxy/templates/endpoint.conf.j2 b/roles/docker-oauth2-proxy/templates/endpoint.conf.j2 index 41ead278..78d42d4d 100644 --- a/roles/docker-oauth2-proxy/templates/endpoint.conf.j2 +++ b/roles/docker-oauth2-proxy/templates/endpoint.conf.j2 @@ -1,6 +1,6 @@ - # Include OAuth2 Proxy - # Raise the maximal header size. - # Keycloak uses huge headers for authentification + {# Include OAuth2 Proxy #} + {# Raise the maximal header size. #} + {# Keycloak uses huge headers for authentification #} proxy_buffer_size 16k; proxy_buffers 8 16k; proxy_busy_buffers_size 16k;