Revert "Added caddy caching"

This reverts commit 00cb01abaa.
This commit is contained in:
2025-01-24 18:01:19 +00:00
parent 72d537d782
commit e5ee76436d

View File

@@ -1,19 +1,12 @@
{
admin off
order cache before rewrite
}
(site) {
@landing {
path / /contact* /about*
cache {
ttl 86400s
}
}
handle /_app/* {
cache {
ttl 86400s
}
reverse_proxy site:3000
}
handle @landing {
@@ -25,9 +18,6 @@
}
}
handle /repo* {
cache {
ttl 86400s
}
uri strip_prefix /repo
reverse_proxy repo-placeholder:80
}