Commit f158ccd

Eric Bower  ·  2026-08-30 13:11:05 -0400 EDT
parent 58ebb03
fix(caddy): revert postgres storage backend

We are reciving reports of issues loading sites and our postgresql server
is struggling to keep up with load
1 files changed,  +3, -3
+3, -3
......@@ -1,7 +1,7 @@
11 {
2- storage postgres {
3- connection_string {$DATABASE_URL}
4- }
2+ # storage postgres {
3+ # connection_string {$DATABASE_URL}
4+ # }
55 on_demand_tls {
66 ask http://web:3000/check
77 }