29 lines
350 B
Caddyfile
29 lines
350 B
Caddyfile
{
|
|
servers {
|
|
metrics
|
|
}
|
|
metrics {
|
|
per_host
|
|
}
|
|
admin :2019
|
|
}
|
|
|
|
qpismont.fr {
|
|
redir https://www.qpismont.fr
|
|
}
|
|
|
|
www.qpismont.fr {
|
|
reverse_proxy my_cv:80
|
|
}
|
|
|
|
gitea.qpismont.fr {
|
|
reverse_proxy gitea:3000
|
|
}
|
|
|
|
woodpecker.qpismont.fr {
|
|
reverse_proxy woodpecker_server:8000
|
|
}
|
|
|
|
ntfy.qpismont.fr {
|
|
reverse_proxy ntfy:80
|
|
} |