We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c2053 commit 2375bc1Copy full SHA for 2375bc1
docker/files/production/etc/nginx/conf.d/default.conf.template
@@ -68,7 +68,7 @@ server {
68
proxy_set_header Host $host;
69
}
70
71
- location /collaboration/api/ {
+ location /collaboration/api/ {
72
# Collaboration server
73
proxy_pass http://${YPROVIDER_HOST}:4444;
74
@@ -95,7 +95,7 @@ server {
95
96
add_header Content-Security-Policy "default-src 'none'" always;
97
98
-
+
99
location /media-auth {
100
proxy_pass http://docs_backend/api/v1.0/documents/media-auth/;
101
proxy_set_header X-Forwarded-Proto https;
@@ -109,4 +109,4 @@ server {
109
proxy_set_header Content-Length "";
110
proxy_set_header X-Original-Method $request_method;
111
112
-}
+}
0 commit comments