treesummaryrefslogcommitdiff
path: root/Caddyfile
diff options
context:
space:
mode:
Diffstat (limited to 'Caddyfile')
-rw-r--r--Caddyfile9
1 files changed, 9 insertions, 0 deletions
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
+}