yhl452493373 / frps-panel

frps-panel 是 https://github.com/fatedier/frp 的一个服务端插件,用于支持多用户鉴权,同时用于展示服务器信息。
Apache License 2.0
56 stars 18 forks source link

使用nginx代理时,若不放置在根路径,会找不到lang.json+serverinfo #19

Open chenguangming opened 8 months ago

chenguangming commented 8 months ago

例如: location /admin/ { proxy_set_header Host $proxy_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://127.0.0.1:7200/; }

需要把绝对路径改成想对路径