Don't automatically open firewall for Caddy.
This commit is contained in:
parent
dab0af910b
commit
857e7b6a07
2 changed files with 5 additions and 4 deletions
|
@ -109,6 +109,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
|
||||
services.caddy.virtualHosts."users.thewordnerd.info".extraConfig =
|
||||
''reverse_proxy localhost:17170'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue