16 lines
183 B
Caddyfile
16 lines
183 B
Caddyfile
ice.plezy.app {
|
|
log {
|
|
output stderr
|
|
level ERROR
|
|
}
|
|
reverse_proxy relay:8080 {
|
|
transport http {
|
|
max_conns_per_host 100
|
|
}
|
|
}
|
|
}
|
|
|
|
bugs.plezy.app {
|
|
reverse_proxy bugs:9000
|
|
}
|