From 2a647357d4fd2561c7d30fa960c4370d725e9068 Mon Sep 17 00:00:00 2001 From: patrick-scho Date: Mon, 30 Jun 2025 16:02:06 +0200 Subject: [PATCH] add Caddyfile --- Caddyfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Caddyfile diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..ed5b851 --- /dev/null +++ b/Caddyfile @@ -0,0 +1,9 @@ +{ + http_port 8080 + https_port 8443 +} + +ws.localhost { + reverse_proxy localhost:8000 + tls internal +} -- 2.50.1