Setup paperless host and reverse proxy for acme http challange
This commit is contained in:
parent
a2855162eb
commit
c1e74a4494
13 changed files with 184 additions and 3 deletions
10
config/hosts/web-public-1/nginx.nix
Normal file
10
config/hosts/web-public-1/nginx.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./virtualHosts
|
||||
];
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue