Files
Orchestrator/privat/andreknie-privat/NoteGraph/Caddyfile
T

19 lines
296 B
Caddyfile

notes.andreknie.de {
# Primary: ingestion service (browse, upload, API)
reverse_proxy localhost:8001
}
api.andreknie.de {
reverse_proxy localhost:8000
}
andreknie.de {
handle {
respond "Nothing here" 404
}
}
unikat.andreknie.de {
reverse_proxy localhost:3002
}