19 lines
296 B
Caddyfile
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
|
|
}
|