mirror of
https://github.com/kataras/iris.git
synced 2025-02-09 10:36:19 +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
|
|
} |