Simplified caddy config.

This commit is contained in:
Jurn Wubben 2025-03-27 20:40:28 +00:00
parent 57a97305b3
commit 4508333405

View file

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