diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..89bfcd0 --- /dev/null +++ b/Caddyfile @@ -0,0 +1,9 @@ +https://ip:443 { + reverse_proxy localhost:8080 +} +https://ip:5566 { + reverse_proxy localhost:6566 +} +https://ip:5577 { + reverse_proxy localhost:6577 +}