diff options
author | Arun Isaac | 2024-04-11 01:43:59 +0100 |
---|---|---|
committer | Arun Isaac | 2024-04-11 01:43:59 +0100 |
commit | b19c34323c5bd1adf9e3b0d65a60f86ca8b33d37 (patch) | |
tree | a0384a77d9c89a40acbe843ae7c3f0889ef6be0d | |
parent | 1ed28e325f241f3e480cfad331021f0676445a17 (diff) | |
download | guix-forge-b19c34323c5bd1adf9e3b0d65a60f86ca8b33d37.tar.gz guix-forge-b19c34323c5bd1adf9e3b0d65a60f86ca8b33d37.tar.lz guix-forge-b19c34323c5bd1adf9e3b0d65a60f86ca8b33d37.zip |
doc: Explicitly identify gunicorn service subsection.
* doc/forge.skb (Services)[Specialized application deployment
services]{gunicorn service}: Add identifier.
-rw-r--r-- | doc/forge.skb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/forge.skb b/doc/forge.skb index f1f69b1..4f861dd 100644 --- a/doc/forge.skb +++ b/doc/forge.skb @@ -468,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 |