onlyLTY / dockerCopilot

一键更新容器
306 stars 40 forks source link

onekey更新copilot后无法反代了 #33

Closed xp9477 closed 7 months ago

xp9477 commented 7 months ago

之前onekey在npm中配置的

location / {
    proxy_pass http://192.168.0.21:12712;
    proxy_set_header Host $http_host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header X-Forwarded-Proto $scheme;
}

可以反代,现在copilot要怎么设置呢

xp9477 commented 7 months ago

设置错了