Closed cutemanworking closed 11 months ago
不能设置成子目录,换个二级域名或端口吧。
cutemanworking @.***>于2023年12月27日 周三16:40写道:
我在nginx的配置如下,可以访问,但显示空白: location /huntly { proxy_set_header Host $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; proxy_pass http://localhost:15080; proxy_read_timeout 90; proxy_redirect http://localhost:15080; }
— Reply to this email directly, view it on GitHub https://github.com/lcomplete/huntly/issues/54, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2GWDUP6KPRYOALH3IGNJTYLPNIHAVCNFSM6AAAAABBEDEGDWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2TOMBYGU3TCNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
嗯嗯, 换成端口方式就可以了, 感谢!!!!!!
我在nginx的配置如下,可以访问,但显示空白: location /huntly { proxy_set_header Host $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; proxy_pass http://localhost:15080; proxy_read_timeout 90; proxy_redirect http://localhost:15080; }