📝(compose) Whitespace cleanup in default.conf.template
Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user