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