Skip to content

Commit

Permalink
Merge pull request #250 from hubmapconsortium/yuanzhou/psc-vm001
Browse files Browse the repository at this point in the history
Update workspaces-api.conf to point to vm001.hive.psc.edu
  • Loading branch information
yuanzhou authored May 11, 2023
2 parents 7cfef04 + 7ea3dea commit 577cc98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/conf.d-dev/workspaces-api.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ server {
# Enabling CORS here causes duplicate CORS headers sent to client which results the error:
# The 'Access-Control-Allow-Origin' header contains multiple values '*, *', but only one is allowed.
# Will use HTTPS once all pieces are ready
proxy_pass http://hivevm191.psc.edu:5050;
proxy_pass http://vm001.hive.psc.edu:5050;

# (Plain "$host" does not include port.)
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-Proto $scheme;
}

}
}

0 comments on commit 577cc98

Please sign in to comment.