mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
services: nginx: Add description.
* gnu/services/web.scm (nginx-service-type)[description]: New field.
This commit is contained in:
parent
9e3f9ac3c0
commit
73765c91ce
1 changed files with 2 additions and 2 deletions
|
@ -742,8 +742,8 @@ (define nginx-service-type
|
|||
(server-blocks
|
||||
(append (nginx-configuration-server-blocks config)
|
||||
servers)))))
|
||||
(default-value
|
||||
(nginx-configuration))))
|
||||
(default-value (nginx-configuration))
|
||||
(description "Run the nginx Web server.")))
|
||||
|
||||
(define-record-type* <fcgiwrap-configuration> fcgiwrap-configuration
|
||||
make-fcgiwrap-configuration
|
||||
|
|
Loading…
Reference in a new issue