mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-12 10:30:45 +02:00
10 lines
209 B
Caddyfile
10 lines
209 B
Caddyfile
archive.tomasrivera.ch {
|
|
reverse_proxy archivebox:8000
|
|
}
|
|
hledger.tomasrivera.ch {
|
|
basicauth {
|
|
tomasr $2a$14$NXz3GWokmcvjvWL7IPnmfOwBffOmXSqC9Tz4hsfiHY8.f6JW5m6tK
|
|
}
|
|
reverse_proxy localhost:5000
|
|
}
|