Skip to content

Commit

Permalink
Merge pull request #271 from hubmapconsortium/yuanzhou/psc-vm004
Browse files Browse the repository at this point in the history
Update workspaces-api.conf with correct vm004 dns
  • Loading branch information
yuanzhou authored Aug 16, 2023
2 parents 767aa3c + a3fd65e commit 6b4b9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/conf.d-prod/workspaces-api.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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://vm004.psc.edu:5050;
proxy_pass http://vm004.hive.psc.edu:5050;

# (Plain "$host" does not include port.)
proxy_set_header Host $http_host;
Expand Down

0 comments on commit 6b4b9e6

Please sign in to comment.