Files
Swarm/DysonNetwork.Zone/Caddyfile
2025-11-22 01:47:10 +08:00

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"
}
}