From 54b629252524c986df1336a4ecb430bf04b05501 Mon Sep 17 00:00:00 2001 From: arcbjorn Date: Sun, 23 Oct 2022 18:30:29 -0300 Subject: [PATCH] feat(Cadyy): add Caddyfile with proxy --- Caddyfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Caddyfile diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..5decc84 --- /dev/null +++ b/Caddyfile @@ -0,0 +1,7 @@ +{ + email arcbjorn@proton.me +} + +infra.arcbjorn.com { + reverse_proxy portainer:9000 +} \ No newline at end of file