Skip to content

Commit 3c6eead

Browse files
authored
Update Caddyfile for Comicrack-specific domain
1 parent 6bf440a commit 3c6eead

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/api/Caddyfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ api.ducksmanager.net {
1010
}
1111
}
1212

13+
api-comicrack.ducksmanager.net {
14+
reverse_proxy ducksmanager-api-websocket:3001 {
15+
header_up Host {http.request.host}
16+
}
17+
}
18+
1319
api-story-search.ducksmanager.net {
1420
reverse_proxy ducksmanager-api-story-search:3011 {
1521
header_up Host {http.request.host}
1622
}
17-
}
23+
}

0 commit comments

Comments
 (0)