Jump to content

Caddy: Difference between revisions

49 bytes added ,  8 July 2023
m
Add example how to open NixOS ports
imported>Malteneuss
(Simplify installation example)
imported>Malteneuss
m (Add example how to open NixOS ports)
Line 54: Line 54:
     }
     }
   '';
   '';
};
};  
networking.firewall.allowedTCPPorts = [ 80 443];
</syntaxhighlight>
</syntaxhighlight>


Anonymous user