光湖原生数据库 · Nginx配置文件 · D118

This commit is contained in:
bingshuo 2026-05-31 13:55:30 +08:00
parent bcf8278b98
commit 26df9c3b4a

View File

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