From a3fd65e810dba04894c3063df82e8477eecc00c8 Mon Sep 17 00:00:00 2001 From: Zhou Yuan Date: Tue, 15 Aug 2023 21:58:51 -0400 Subject: [PATCH] Update workspaces-api.conf with correct vm004 dns --- nginx/conf.d-prod/workspaces-api.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/conf.d-prod/workspaces-api.conf b/nginx/conf.d-prod/workspaces-api.conf index 51350cd..acff09f 100644 --- a/nginx/conf.d-prod/workspaces-api.conf +++ b/nginx/conf.d-prod/workspaces-api.conf @@ -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;