DestinyHunter / DestinyHunter.github.io

Blog
https://DestinyHunter.cn
1 stars 0 forks source link

nginx 反向代理 #13

Open DestinyHunter opened 6 years ago

DestinyHunter commented 6 years ago
location /Api/V1 {
    proxy_pass  http://api.7xingke.com/Api/V1;
}