From 85f49e0e1a386b9dbfaeef38e13026768d7e5a68 Mon Sep 17 00:00:00 2001 From: zhangkaihuai Date: Sun, 2 Mar 2025 13:41:52 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20nginx.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index d8c4d2b..d6ffe9a 100644 --- a/nginx.conf +++ b/nginx.conf @@ -53,7 +53,7 @@ http { } location /ollama { - proxy_pass http://10.8.105.26:11434/; + proxy_pass http://10.8.105.26:11434; }