🐛修复
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
coward 2024-08-20 14:46:03 +08:00
parent 5f14e07921
commit 88b23fce6a

View File

@ -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;