From eaec78354b01cf9f6de59c5892552d126a910818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Wed, 8 Jul 2026 10:15:03 +0800 Subject: [PATCH] =?UTF-8?q?ng=E4=BB=A3=E7=90=86minio=E6=94=AF=E6=8C=81webs?= =?UTF-8?q?ocket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ngnix.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ngnix.conf b/ngnix.conf index 296f403..2498c03 100644 --- a/ngnix.conf +++ b/ngnix.conf @@ -73,7 +73,7 @@ server { listen 80; server_name pm.redpowerfuture.com; location / { - proxy_pass http://192.168.0.83:8080; + proxy_pass http://__API_HOST__:8080; proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; @@ -172,7 +172,7 @@ server { return 403; } - proxy_pass http://192.168.0.83:3000; + proxy_pass http://__API_HOST__:3000; proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;