This commit is contained in:
parent
5f14e07921
commit
88b23fce6a
@ -14,7 +14,7 @@ server {
|
||||
|
||||
# 若新增后端路由前缀注意在此处添加(|新增)
|
||||
location ^~ /api/ {
|
||||
proxy_pass http://wiregiard-srv:6687/;
|
||||
proxy_pass http://wireguard-srv:6687/;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
Loading…
Reference in New Issue
Block a user