光湖原生数据库 · Nginx配置文件 · D118
This commit is contained in:
parent
bcf8278b98
commit
26df9c3b4a
7
native-repo/deploy/native-nginx.conf
Normal file
7
native-repo/deploy/native-nginx.conf
Normal 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;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user