From adde536dfa5197a422d42ff3b990dba61e3ed78d Mon Sep 17 00:00:00 2001 From: Vika Date: Sat, 24 Aug 2024 00:39:27 +0300 Subject: Add Caddyfile for reverse-proxying in-dev --- Caddyfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Caddyfile diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..0cdbb75 --- /dev/null +++ b/Caddyfile @@ -0,0 +1,9 @@ +{ + admin :2019 + auto_https disable_redirects +} + +https://localhost:8443 { + reverse_proxy http://localhost:8080 + tls internal +} \ No newline at end of file -- cgit 1.4.1