更新 nginx.conf

This commit is contained in:
zhangkaihuai
2025-03-24 05:09:57 +00:00
parent 85f49e0e1a
commit 68895dd1fd

View File

@@ -56,6 +56,10 @@ http {
proxy_pass http://10.8.105.26:11434;
}
location /dify {
proxy_pass http://10.8.105.207:8080;
}
}