diff options
Diffstat (limited to 'gn')
-rw-r--r-- | gn/services/gn1-httpd-config.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/services/gn1-httpd-config.scm b/gn/services/gn1-httpd-config.scm index 2c334fa..a466097 100644 --- a/gn/services/gn1-httpd-config.scm +++ b/gn/services/gn1-httpd-config.scm @@ -66,7 +66,7 @@ (let* ((gn1-user "gn1") (gn1-source (string-append "/home/" gn1-user "/production/gnshare/gn")) (gn1-server "gn1.genenetwork.org") - (gn1-port "9042")) + (gn1-port "8042")) (httpd-config-file (server-name gn1-server) ;; Defaults to httpd, should be same as 'package' above to launch service. |