pre release fixes 3

This commit is contained in:
q 2024-11-13 01:05:42 -05:00
parent 81e9489b8b
commit db0a088492
4 changed files with 8 additions and 4 deletions

View file

@ -14,7 +14,7 @@ $HTTP["host"] =~ "^files\.thirdculture\.top$" {
"" => (
(
"host" => "gossa",
"port" => 3001,
"port" => 8001,
"headers" => (
"Host" => "$HTTP_HOST",
"X-Forwarded-For" => "$REMOTE_ADDR"

View file

@ -5,7 +5,7 @@ $HTTP["host"] =~ "up\.thirdculture\.top" {
"" => (
"localhost" => (
"host" => "transfer",
"port" => 3880,
"port" => 8080,
"path" => "/web",
"headers" => (
"Host" => "$HTTP_HOST",