aboutsummaryrefslogtreecommitdiff
path: root/doc/forge.skb
diff options
context:
space:
mode:
Diffstat (limited to 'doc/forge.skb')
-rw-r--r--doc/forge.skb5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/forge.skb b/doc/forge.skb
index 99d1b86..4f861dd 100644
--- a/doc/forge.skb
+++ b/doc/forge.skb
@@ -1,5 +1,6 @@
;;; guix-forge --- Guix software forge meta-service
;;; Copyright © 2022–2024 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2024 Frederick M. Muriithi <fredmanglis@protonmail.com>
;;;
;;; This file is part of guix-forge.
;;;
@@ -467,6 +468,7 @@ environment])
describing additional directories that should be shared with the
container fcgiwrap is run in]))))
(subsection :title [gunicorn service]
+ :ident "subsection-gunicorn-service"
(p [gunicorn is a specialized web server for Python ,(ref :url
"https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface" :text
"WSGI") applications. We run separate containerized instances of
@@ -494,6 +496,9 @@ describing sockets to listen on])
(record-field "timeout"
[Workers silent for more than this many seconds are
killed and restarted.])
+ (record-field "extra-cli-arguments"
+ [List of strings to pass as additional command-line
+arguments to gunicorn])
(record-field "environment-variables"
[List of ,(record-ref "<environment-variable>") objects
describing environment variables that should be set in the execution