Merge pull request #359 from trails-cool/stigi/caddyfile-staging-ports
Update Caddyfile staging upstreams to ports 3110/3111
This commit is contained in:
commit
fbe9882455
1 changed files with 2 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ staging.{$DOMAIN:trails.cool} {
|
|||
output stdout
|
||||
format json
|
||||
}
|
||||
reverse_proxy host.docker.internal:3100 {
|
||||
reverse_proxy host.docker.internal:3110 {
|
||||
lb_try_duration 30s
|
||||
lb_try_interval 250ms
|
||||
}
|
||||
|
|
@ -108,7 +108,7 @@ planner.staging.{$DOMAIN:trails.cool} {
|
|||
output stdout
|
||||
format json
|
||||
}
|
||||
reverse_proxy host.docker.internal:3101 {
|
||||
reverse_proxy host.docker.internal:3111 {
|
||||
lb_try_duration 30s
|
||||
lb_try_interval 250ms
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue