Skip to content

Commit

Permalink
rework some routing
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Apr 27, 2024
1 parent ac7d7f7 commit 347485e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions hosts/titan/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,12 @@ in
}
'';
virtualHosts = {
"http://zephyr.llm.cobi.dev:80" = reverse_proxy "${m1max}:8100";
"http://starling.llm.cobi.dev:80" = reverse_proxy "${m1max}:8101";
"http://airoboros.llm.cobi.dev:80" = reverse_proxy "${m1max}:8102";
"http://hermes.llm.cobi.dev:80" = reverse_proxy ''
${m1max}:6910 ${m1max}:6911
"http://llama3.llm.cobi.dev:80" = reverse_proxy ''
${m1max}:5000 ${m1max}:5002
lb_policy round_robin
'';
"http://llava.llm.cobi.dev:80" = reverse_proxy "${m1max}:8080";
"http://v.llm.cobi.dev:80" = reverse_proxy "localhost:8000";
"http://v.llm.cobi.dev:80" = reverse_proxy "localhost:5000";
};
};
postgresql = {
Expand Down

0 comments on commit 347485e

Please sign in to comment.