10 lines
133 B
Caddyfile
10 lines
133 B
Caddyfile
ice.plezy.app {
|
|
reverse_proxy relay:8080
|
|
}
|
|
|
|
bugs.plezy.app {
|
|
reverse_proxy bugsink:8000 {
|
|
header_up X-Real-IP {remote_host}
|
|
}
|
|
}
|