Configure Public-Reverse-Proxy
This commit is contained in:
parent
30b4139d23
commit
cd13c189b1
4 changed files with 95 additions and 0 deletions
config/hosts/public-reverse-proxy
8
config/hosts/public-reverse-proxy/default.nix
Normal file
8
config/hosts/public-reverse-proxy/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./nginx.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue