Skip to content

Commit

Permalink
chore: update port definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish authored Sep 29, 2024
1 parent a77899b commit 3d03489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Caddyfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{$HOSTNAME} {
route /api* {
uri strip_prefix /api
reverse_proxy http://api:8000
reverse_proxy http://api:14702
}

route /ws {
Expand All @@ -16,7 +16,7 @@

route /autumn* {
uri strip_prefix /autumn
reverse_proxy http://autumn:3000
reverse_proxy http://autumn:14704
}

route /january* {
Expand Down

0 comments on commit 3d03489

Please sign in to comment.