Update Caddyfile

This commit is contained in:
2026-01-02 20:26:05 -05:00
parent 4039e2f7e8
commit 76ca6fe575

View File

@@ -1,4 +1,8 @@
rfd.davegallant.ca {
file_server
reverse_proxy /api/* backend:8080
{
auto_https off
}
:80 {
file_server
reverse_proxy /api/* localhost:8080
}