1
This commit is contained in:
@@ -45,9 +45,9 @@ server {
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
}
|
||||
|
||||
# API
|
||||
# API(宿主机端口 9537,与 9527 冲突时改用 9537)
|
||||
location /api/ {
|
||||
proxy_pass http://127.0.0.1:9527/;
|
||||
proxy_pass http://127.0.0.1:9537/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
|
||||
Reference in New Issue
Block a user