me
/
guix
Archived
1
0
Fork 0

services/web: Remove empty events directive from default-nginx-config.

* gnu/services/web.scm (default-nginx-config): Remove empty events directive.
master
Ricardo Wurmus 2020-03-15 12:03:19 +01:00
parent 6e003bd4cc
commit 995b391013
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -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))