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