caddy and hello world container
This commit is contained in:
parent
4577585e2c
commit
f52e433423
3 changed files with 41 additions and 0 deletions
12
caddy.nix
Normal file
12
caddy.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
email = "admin@srazka.com"; # Replace with your actual email
|
||||
|
||||
# The new hello container
|
||||
virtualHosts."hello.srazka.com".extraConfig = ''
|
||||
reverse_proxy 192.168.100.11:80
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue