Jenkins file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
This commit is contained in:
@@ -24,7 +24,7 @@ http {
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Forwarded-Host $host;
|
||||
proxy_set_header X-Forwarded-Port $server_port;
|
||||
proxy_set_header Authorization $authorization;
|
||||
proxy_set_header Authorization $http_authorization;
|
||||
proxy_pass http://user-api/;
|
||||
}
|
||||
location /file/ {
|
||||
@@ -34,7 +34,7 @@ http {
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Forwarded-Host $host;
|
||||
proxy_set_header X-Forwarded-Port $server_port;
|
||||
proxy_set_header Authorization $authorization;
|
||||
proxy_set_header Authorization $http_authorization;
|
||||
proxy_pass http://file/;
|
||||
}
|
||||
location /story/ {
|
||||
@@ -44,7 +44,7 @@ http {
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Forwarded-Host $host;
|
||||
proxy_set_header X-Forwarded-Port $server_port;
|
||||
proxy_set_header Authorization $authorization;
|
||||
proxy_set_header Authorization $http_authorization;
|
||||
proxy_pass http://story/;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user