Skip to content

Commit 2375bc1

Browse files
committed
📝(compose) Whitespace cleanup in default.conf.template
Signed-off-by: Luca Weiss <[email protected]>
1 parent e1c2053 commit 2375bc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/files/production/etc/nginx/conf.d/default.conf.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ server {
6868
proxy_set_header Host $host;
6969
}
7070

71-
location /collaboration/api/ {
71+
location /collaboration/api/ {
7272
# Collaboration server
7373
proxy_pass http://${YPROVIDER_HOST}:4444;
7474
proxy_set_header Host $host;
@@ -95,7 +95,7 @@ server {
9595

9696
add_header Content-Security-Policy "default-src 'none'" always;
9797
}
98-
98+
9999
location /media-auth {
100100
proxy_pass http://docs_backend/api/v1.0/documents/media-auth/;
101101
proxy_set_header X-Forwarded-Proto https;
@@ -109,4 +109,4 @@ server {
109109
proxy_set_header Content-Length "";
110110
proxy_set_header X-Original-Method $request_method;
111111
}
112-
}
112+
}

0 commit comments

Comments
 (0)