fix: Fixes proxies to not use TLS to backends as it was causing problems.
This commit is contained in:
@@ -10,12 +10,12 @@
|
|||||||
|
|
||||||
@pos host po.housh.dev
|
@pos host po.housh.dev
|
||||||
handle @pos {
|
handle @pos {
|
||||||
reverse_proxy https://po.roguemini.housh.dev
|
reverse_proxy http://roguemini.housh.dev:8080
|
||||||
}
|
}
|
||||||
|
|
||||||
@legacypos host legacy-po.housh.dev, legacy-pos.housh.dev
|
@legacypos host legacy-po.housh.dev, legacy-pos.housh.dev
|
||||||
handle @legacypos {
|
handle @legacypos {
|
||||||
reverse_proxy https://legacy-po.roguemini.housh.dev
|
reverse_proxy http://roguemini.housh.dev:5000
|
||||||
}
|
}
|
||||||
|
|
||||||
@gitea host git.housh.dev
|
@gitea host git.housh.dev
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
@dash host dash.housh.dev
|
@dash host dash.housh.dev
|
||||||
handle @dash {
|
handle @dash {
|
||||||
reverse_proxy https://roguemini.housh.dev
|
reverse_proxy http://roguemini.housh.dev:7575
|
||||||
}
|
}
|
||||||
|
|
||||||
@komodo host komo.housh.dev
|
@komodo host komo.housh.dev
|
||||||
@@ -45,13 +45,13 @@
|
|||||||
|
|
||||||
@immich host photos.housh.dev
|
@immich host photos.housh.dev
|
||||||
handle @immich {
|
handle @immich {
|
||||||
reverse_proxy https://photos.frankenmini.housh.dev
|
reverse_proxy http://frankenmini.housh.dev:2283
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@snapp host s.housh.dev
|
@snapp host s.housh.dev
|
||||||
handle @snapp {
|
handle @snapp {
|
||||||
reverse_proxy https://snapp.roguemini.housh.dev
|
reverse_proxy https://roguemini.housh.dev:3000
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user