Caddy: Difference between revisions

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>