From 671f850c4fb72941c111edb6dff1030839b0dd55 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Fri, 30 Dec 2022 00:45:57 +0000 Subject: Comments are basically functional. Added example config. --- Caddyfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Caddyfile (limited to 'Caddyfile') diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..cef71f9 --- /dev/null +++ b/Caddyfile @@ -0,0 +1,6 @@ +http://localhost:8080 { + root * public + reverse_proxy /api/* localhost:5678 + file_server +} + -- cgit v1.2.3-ZIG