mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-09 09:37:01 +02:00
14 lines
276 B
Caddyfile
14 lines
276 B
Caddyfile
:3000 {
|
|
reverse_proxy /* http://localhost:3333 {
|
|
trusted_proxies 0.0.0.0/0
|
|
}
|
|
|
|
reverse_proxy /api/* http://localhost:8080 {
|
|
trusted_proxies 0.0.0.0/0
|
|
}
|
|
|
|
log {
|
|
output file /var/log/caddy/access.log
|
|
level WARN
|
|
}
|
|
} |