📝(compose) Whitespace cleanup in default.conf.template

Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
This commit is contained in:
Luca Weiss
2025-06-26 19:19:10 +02:00
parent e1c2053697
commit 2375bc136c

View File

@@ -68,7 +68,7 @@ server {
proxy_set_header Host $host; proxy_set_header Host $host;
} }
location /collaboration/api/ { location /collaboration/api/ {
# Collaboration server # Collaboration server
proxy_pass http://${YPROVIDER_HOST}:4444; proxy_pass http://${YPROVIDER_HOST}:4444;
proxy_set_header Host $host; proxy_set_header Host $host;
@@ -95,7 +95,7 @@ server {
add_header Content-Security-Policy "default-src 'none'" always; add_header Content-Security-Policy "default-src 'none'" always;
} }
location /media-auth { location /media-auth {
proxy_pass http://docs_backend/api/v1.0/documents/media-auth/; proxy_pass http://docs_backend/api/v1.0/documents/media-auth/;
proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-Proto https;
@@ -109,4 +109,4 @@ server {
proxy_set_header Content-Length ""; proxy_set_header Content-Length "";
proxy_set_header X-Original-Method $request_method; proxy_set_header X-Original-Method $request_method;
} }
} }