6 lines
105 B
Caddyfile
6 lines
105 B
Caddyfile
http://localhost:3001 {
|
|
reverse_proxy localhost:8007 {
|
|
header_up X-SiteName "ciallo"
|
|
}
|
|
}
|