Modularize nginx
This commit is contained in:
parent
9d322d435c
commit
e451e70b93
8 changed files with 96 additions and 76 deletions
8
modules/system/services/server/webhost/default.nix
Normal file
8
modules/system/services/server/webhost/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./nginx
|
||||
./rtmp
|
||||
./virtualhosts
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue