8 lines
231 B
Plaintext
8 lines
231 B
Plaintext
# 光湖原生数据库 · Nginx配置片段
|
|
# 附加到 /etc/nginx/sites-enabled/guanghubingshuo.com 的 server 块内
|
|
|
|
location /native/ {
|
|
proxy_pass http://127.0.0.1:3913/;
|
|
proxy_set_header Host $host;
|
|
}
|