summaryrefslogtreecommitdiffhomepage
path: root/server/brpaste.caddy
blob: 6c10ebdc63cf22cc9793d8a944bd91a80220562c (plain) (blame)
1
2
3
4
5
paste.example.com {
    proxy / localhost:8080 {
        health_check /health
    }
}