# Replace with your actual domain
api.nightly.app {
    reverse_proxy api:3000 {
        header_up X-Real-IP {remote_host}
    }
}
