diff options
author | root | 2021-02-05 14:06:23 +0000 |
---|---|---|
committer | root | 2021-02-05 14:06:23 +0000 |
commit | 8b29e4bdfa9c2b90abe87b5876cb58e22406990d (patch) | |
tree | b2bfb400a44b48b6c3d4f5279fe67ffa6975c6ab /gn/services | |
parent | 5329ba6cb2c303765dbb6eeef5f60667fb6e362c (diff) | |
download | guix-bioinformatics-8b29e4bdfa9c2b90abe87b5876cb58e22406990d.tar.gz |
gn1: make run in a container
Diffstat (limited to 'gn/services')
-rw-r--r-- | gn/services/gn1-httpd-config.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/services/gn1-httpd-config.scm b/gn/services/gn1-httpd-config.scm index a8c7f3f..0511810 100644 --- a/gn/services/gn1-httpd-config.scm +++ b/gn/services/gn1-httpd-config.scm @@ -64,11 +64,11 @@ (define GN1-httpd-config (httpd-config-file - (server-name "gn1-test.genenetwork.org") + (server-name "gn1-new.genenetwork.org") ;; Defaults to httpd, should be same as 'package' above to launch service. (server-root httpd22-with-mod-python) - (user "nobody") - (group "root") + (user "gn1") + (group "users") (pid-file "/tmp/guix-gn1/httpd-genenetwork1.pid") (error-log "/tmp/guix-gn1/httpd-genenetwork1-error-log") (listen '("8042")) |