Caddyfile 297 B

123456789
  1. goonblog.thevakhovske.eu.org {
  2. encode gzip zstd
  3. # All traffic handled by Node.js backend to support SSR/Meta injection
  4. reverse_proxy localhost:3001
  5. # Keep health check accessible if needed (though backend handles it now)
  6. # handle /health { reverse_proxy localhost:3001 }
  7. }