From 3f284de07b53849039985abde958e7f76827f149 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Wed, 19 Feb 2025 06:06:21 +0100 Subject: [PATCH] Optimized comments --- roles/docker-oauth2-proxy/templates/endpoint.conf.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;