added some more stuff to caddy

This commit is contained in:
2026-03-01 00:09:07 -05:00
parent a3d0c56204
commit 11e6274e37

View File

@@ -241,14 +241,13 @@ in {
reverse_proxy localhost:4000 reverse_proxy localhost:4000
} }
@static file
handle @static {
file_server
}
handle { handle {
@notfile not file
handle @notfile {
reverse_proxy localhost:3000 reverse_proxy localhost:3000
} }
file_server
}
''; '';
}; };
"${matrixFqdn}" = { "${matrixFqdn}" = {