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 +}