43 lines
836 B
Caddyfile
43 lines
836 B
Caddyfile
vacpro.fyi {
|
|
reverse_proxy 10.0.0.2 {
|
|
header_up X-Forwarded-Proto https
|
|
header_up Host {host}
|
|
}
|
|
}
|
|
photos.vacpro.fyi {
|
|
reverse_proxy 10.0.0.2:80 {
|
|
header_up X-Forwarded-Proto https
|
|
header_up Host {host}
|
|
}
|
|
}
|
|
zita.vacpro.fyi {
|
|
reverse_proxy 10.0.0.2:80 {
|
|
header_up X-Forwarded-Proto https
|
|
header_up Host {host}
|
|
}
|
|
}
|
|
vw.vacpro.fyi {
|
|
reverse_proxy 10.0.0.2:80 {
|
|
header_up X-Forwarded-Proto https
|
|
header_up Host {host}
|
|
}
|
|
}
|
|
status.vacpro.fyi {
|
|
reverse_proxy localhost:3002 {
|
|
header_up X-Forwarded-Proto https
|
|
header_up Host {host}
|
|
}
|
|
}
|
|
moxiu.vacpro.fyi {
|
|
reverse_proxy 10.0.0.2:80 {
|
|
header_up X-Forwarded-Proto https
|
|
header_up Host {host}
|
|
}
|
|
}
|
|
zip.vacpro.fyi {
|
|
reverse_proxy 10.0.0.2:80 {
|
|
header_up X-Forwarded-Proto https
|
|
header_up Host {host}
|
|
}
|
|
}
|