5bc81d5b3b
iOS SwiftUI app with Supabase auth/realtime, Node.js backend, Docker/Supabase self-hosted infrastructure, and APNs scheduler. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
131 B
Caddyfile
7 lines
131 B
Caddyfile
# Replace with your actual domain
|
|
api.nightly.app {
|
|
reverse_proxy api:3000 {
|
|
header_up X-Real-IP {remote_host}
|
|
}
|
|
}
|