add more confs and stuff
This commit is contained in:
Vendored
+42
@@ -0,0 +1,42 @@
|
||||
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}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user