merge
This commit is contained in:
parent
f52e433423
commit
c7c261332e
3 changed files with 71 additions and 71 deletions
22
caddy.nix
Normal file → Executable file
22
caddy.nix
Normal file → Executable file
|
|
@ -1,12 +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
|
||||
'';
|
||||
};
|
||||
{ ... }:
|
||||
{
|
||||
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