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
@ -657,8 +657,7 @@ of index files."
|
||||
(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 New Issue
Block a user