diff options
-rw-r--r-- | genenetwork-development.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm index 7356640..41455e0 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -733,7 +733,7 @@ laminar. The nginx server will listen on LISTEN and reverse proxy to laminar listening on LAMINAR-BIND-HTTP. PUBLISHED-CHANNEL-NAMES is a list of channel names for which a channels.scm should be published." (nginx-server-configuration - (server-name '("localhost")) + (server-name '("ci.genenetwork.org")) (listen (list listen)) (locations (list (nginx-location-configuration |