File size: 544 Bytes
ffb63fa
 
 
0f859ae
 
 
d2e1c79
0f859ae
d2e1c79
 
 
 
 
ffb63fa
0f859ae
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
sudo vi /etc/nginx/sites-available/default
sudo systemctl stop nginx
sudo systemctl restart nginx


server {
listen 8765;  # 一つのポートでまとめる

location /swallow70/ {proxy_pass http://localhost:8019/v1/;}
location /llm-jp-13b/ {proxy_pass http://localhost:8016/v1/;}
location /Tanuki-8B-dpo/ {proxy_pass http://localhost:8012/v1/;}
location /calm3-22b-chat/ {proxy_pass http://localhost:8011/v1/;}
location /Swallow-8B/ {proxy_pass http://localhost:8010/v1/;}
location /granite-8B/ {proxy_pass http://192.168.11.2:8020/v1/;}
}