Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ba9aa5d1d | ||
|
|
68895dd1fd | ||
|
|
85f49e0e1a | ||
|
|
1b7374c300 | ||
|
|
fc51fe7cdf | ||
|
|
77c8885d6d | ||
| 3ddcc6aa68 | |||
| ef1e7103fe |
19
nginx.conf
19
nginx.conf
@@ -23,7 +23,10 @@ http {
|
|||||||
|
|
||||||
sendfile on;
|
sendfile on;
|
||||||
|
|
||||||
keepalive_timeout 65;
|
|
||||||
|
keepalive_timeout 60s;
|
||||||
|
keepalive_requests 10000;
|
||||||
|
#keepalive_timeout 65;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
@@ -48,5 +51,19 @@ http {
|
|||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri $uri/ /index.html;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /ollama {
|
||||||
|
proxy_pass http://10.8.105.26:11434;
|
||||||
|
}
|
||||||
|
|
||||||
|
location /dify/dify {
|
||||||
|
proxy_pass http://10.8.105.207:8080;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user