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; + }