mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 03:01:03 +01:00
9 lines
174 B
Caddyfile
9 lines
174 B
Caddyfile
|
example.com {
|
||
|
header / Server "Iris"
|
||
|
proxy / example.com:9091 # localhost:9091
|
||
|
}
|
||
|
|
||
|
api.example.com {
|
||
|
header / Server "Iris"
|
||
|
proxy / api.example.com:9092 # localhost:9092
|
||
|
}
|