feat(caddy): port mappings to standard 80/443

This commit is contained in:
Yuris Cakranegara
2025-08-17 20:47:42 +10:00
parent 9c46aa0d5b
commit 4f5ee19cef

View File

@@ -115,12 +115,12 @@ module "caddy" {
ports = [
{
external = "9080"
external = "80"
internal = "80"
protocol = "tcp"
},
{
external = "9443"
external = "443"
internal = "443"
protocol = "tcp"
}