From 2375bc136c1ae4424978ff538124c1c58360d94a Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Thu, 26 Jun 2025 19:19:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(compose)=20Whitespace=20cleanup=20?= =?UTF-8?q?in=20default.conf.template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luca Weiss --- .../files/production/etc/nginx/conf.d/default.conf.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/files/production/etc/nginx/conf.d/default.conf.template b/docker/files/production/etc/nginx/conf.d/default.conf.template index 43544bb0..3d4a866f 100644 --- a/docker/files/production/etc/nginx/conf.d/default.conf.template +++ b/docker/files/production/etc/nginx/conf.d/default.conf.template @@ -68,7 +68,7 @@ server { proxy_set_header Host $host; } - location /collaboration/api/ { + location /collaboration/api/ { # Collaboration server proxy_pass http://${YPROVIDER_HOST}:4444; proxy_set_header Host $host; @@ -95,7 +95,7 @@ server { add_header Content-Security-Policy "default-src 'none'" always; } - + location /media-auth { proxy_pass http://docs_backend/api/v1.0/documents/media-auth/; proxy_set_header X-Forwarded-Proto https; @@ -109,4 +109,4 @@ server { proxy_set_header Content-Length ""; proxy_set_header X-Original-Method $request_method; } -} \ No newline at end of file +}