From 8b29e4bdfa9c2b90abe87b5876cb58e22406990d Mon Sep 17 00:00:00 2001 From: root Date: Fri, 5 Feb 2021 14:06:23 +0000 Subject: gn1: make run in a container --- gn/services/gn1-httpd-config.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gn/services') 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")) -- cgit v1.2.3