mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
services/web: Remove empty events directive from default-nginx-config.
* gnu/services/web.scm (default-nginx-config): Remove empty events directive.
This commit is contained in:
parent
6e003bd4cc
commit
995b391013
1 changed files with 1 additions and 2 deletions
|
@ -657,8 +657,7 @@ (define (default-nginx-config config)
|
|||
(map emit-nginx-upstream-config upstream-blocks)
|
||||
(map emit-nginx-server-config server-blocks)
|
||||
extra-content
|
||||
"\n}\n"
|
||||
"events {}\n"))))
|
||||
"\n}\n"))))
|
||||
|
||||
(define %nginx-accounts
|
||||
(list (user-group (name "nginx") (system? #t))
|
||||
|
|
Loading…
Reference in a new issue