Skip to content

Commit

Permalink
Merge pull request #251 from hubmapconsortium/revert-250-yuanzhou/psc…
Browse files Browse the repository at this point in the history
…-vm001

Revert "Update workspaces-api.conf to point to vm001.hive.psc.edu"
  • Loading branch information
yuanzhou authored May 12, 2023
2 parents 577cc98 + 28809eb commit f8daeb9
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://vm001.hive.psc.edu:5050;
proxy_pass http://hivevm191.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 f8daeb9

Please sign in to comment.