diff options
author | Frederick Muriuki Muriithi | 2023-11-10 09:17:52 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-11-10 09:17:52 +0300 |
commit | 6ec43bb23d54521b0c9161cff38ff42e024fa081 (patch) | |
tree | 9caa3ce8d8a429358042cf3170a92d9256392408 | |
parent | d7c5df922dc2b31cac3c814b2cf19b51d17e3a52 (diff) | |
download | gn-machines-6ec43bb23d54521b0c9161cff38ff42e024fa081.tar.gz |
Update domain for CD auth service.
-rw-r--r-- | genenetwork-development.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm index 811d43c..5a908b4 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -1051,8 +1051,7 @@ tissue." "Return an <nginx-server-configuration> object to reverse proxy gn-auth." (nginx-server-configuration - (server-name '("auth.genenetwork.org")) - (root "/var/lib/gn-auth/auth.genenetwork.org/website") + (server-name '("auth-cd.genenetwork.org")) (locations (list (nginx-location-configuration (uri "/") |