diff options
author | Pjotr Prins | 2021-02-15 09:57:22 +0000 |
---|---|---|
committer | Pjotr Prins | 2021-02-15 09:57:22 +0000 |
commit | ef074603f78373faa4a7081dbaad769e4fcae43c (patch) | |
tree | b8b9fdd05187834e81dda844514966f40af3c5fc /gn/services | |
parent | 5526dcec0ae1c4a707b514ca26a039138eaeabab (diff) | |
download | guix-bioinformatics-ef074603f78373faa4a7081dbaad769e4fcae43c.tar.gz |
gn1: default
Diffstat (limited to 'gn/services')
-rw-r--r-- | gn/services/gn1-httpd-config.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gn/services/gn1-httpd-config.scm b/gn/services/gn1-httpd-config.scm index 09d80c4..2c334fa 100644 --- a/gn/services/gn1-httpd-config.scm +++ b/gn/services/gn1-httpd-config.scm @@ -62,12 +62,11 @@ ("alias_module" "modules/mod_alias.so") ("rewrite_module" "modules/mod_rewrite.so")))) -; (define GN1-httpd-config (#:key (user "gn1")) (define GN1-httpd-config (let* ((gn1-user "gn1") (gn1-source (string-append "/home/" gn1-user "/production/gnshare/gn")) - (gn1-server "gn1-pjotr.genenetwork.org") - (gn1-port "9043")) + (gn1-server "gn1.genenetwork.org") + (gn1-port "9042")) (httpd-config-file (server-name gn1-server) ;; Defaults to httpd, should be same as 'package' above to launch service. |