mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
nginx module: fixup events in config
This commit is contained in:
parent
74b3ad148d
commit
3cf5d5ebed
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,8 @@ let
|
|||
${cfg.config}
|
||||
|
||||
${optionalString (cfg.httpConfig == "" && cfg.config == "") ''
|
||||
events {}
|
||||
|
||||
http {
|
||||
include ${cfg.package}/conf/mime.types;
|
||||
include ${cfg.package}/conf/fastcgi.conf;
|
||||
|
@ -96,6 +98,7 @@ let
|
|||
}''}
|
||||
|
||||
${optionalString (cfg.httpConfig != "") ''
|
||||
events {}
|
||||
http {
|
||||
include ${cfg.package}/conf/mime.types;
|
||||
include ${cfg.package}/conf/fastcgi.conf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue