]> gitweb.ps.run Git - zigws/commitdiff
add Caddyfile
authorpatrick-scho <patrick.schoenberger@posteo.de>
Mon, 30 Jun 2025 14:02:06 +0000 (16:02 +0200)
committerpatrick-scho <patrick.schoenberger@posteo.de>
Mon, 30 Jun 2025 14:02:06 +0000 (16:02 +0200)
Caddyfile [new file with mode: 0644]

diff --git a/Caddyfile b/Caddyfile
new file mode 100644 (file)
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
+}