13 lines
254 B
Caddyfile
13 lines
254 B
Caddyfile
http://localhost:3001 {
|
|
reverse_proxy localhost:8007 {
|
|
header_up X-SiteName "ciallo"
|
|
}
|
|
}
|
|
|
|
http://localhost:3002 {
|
|
reverse_proxy /drive/* localhost:5001
|
|
reverse_proxy localhost:8007 {
|
|
header_up X-SiteName "regular"
|
|
}
|
|
}
|