10 Commits
dj ... test

View File

@@ -23,7 +23,10 @@ http {
sendfile on;
keepalive_timeout 65;
keepalive_timeout 60s;
keepalive_requests 10000;
#keepalive_timeout 65;
server {
listen 80;
@@ -48,5 +51,19 @@ http {
index index.html index.htm;
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;
}
}
}