更新 nginx.conf

This commit is contained in:
zhangkaihuai
2025-03-24 05:30:52 +00:00
parent 68895dd1fd
commit 6ba9aa5d1d

View File

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