From 26df9c3b4aa4f63f89c6ca7907d87a8a665784d1 Mon Sep 17 00:00:00 2001 From: bingshuo <565183519@qq.com> Date: Sun, 31 May 2026 13:55:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=89=E6=B9=96=E5=8E=9F=E7=94=9F=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=20=C2=B7=20Nginx=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=20=C2=B7=20D118?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- native-repo/deploy/native-nginx.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 native-repo/deploy/native-nginx.conf diff --git a/native-repo/deploy/native-nginx.conf b/native-repo/deploy/native-nginx.conf new file mode 100644 index 0000000..191b7f0 --- /dev/null +++ b/native-repo/deploy/native-nginx.conf @@ -0,0 +1,7 @@ +# 光湖原生数据库 · Nginx配置片段 +# 附加到 /etc/nginx/sites-enabled/guanghubingshuo.com 的 server 块内 + + location /native/ { + proxy_pass http://127.0.0.1:3913/; + proxy_set_header Host $host; + }