Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Sep 12, 2024
1 parent b031b32 commit 2a98674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy/server.dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ server {
proxy_read_timeout 10;

location /api/ {
# proxy_pass https://server-radix-api-qa.dev.radix.equinor.com;
proxy_pass http://172.19.0.1:3002;
proxy_pass https://server-radix-api-qa.dev.radix.equinor.com;
# proxy_pass http://172.19.0.1:3002;
proxy_set_header Authorization "Bearer $http_x_forwarded_access_token";
proxy_set_header x-forwarded-access-token "";
}
Expand Down

0 comments on commit 2a98674

Please sign in to comment.