diff --git a/nginx/conf.d-dev/workspaces-api.conf b/nginx/conf.d-dev/workspaces-api.conf index 3e50210..cd55e9b 100644 --- a/nginx/conf.d-dev/workspaces-api.conf +++ b/nginx/conf.d-dev/workspaces-api.conf @@ -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; } -} \ No newline at end of file +}