Simplified caddy config.

This commit is contained in:
Jurn Wubben 2025-03-27 20:40:28 +00:00
parent 0491220bc2
commit 63ca6ec886

View file

@ -10,12 +10,6 @@
reverse_proxy :9000
'';
};
globalConfig = ''
http_port 80
https_port 443
auto_https off
'';
};
networking.firewall.allowedTCPPorts = [80 443];