frps-nginx-https icon indicating copy to clipboard operation
frps-nginx-https copied to clipboard

nginx反代frps实现https的模板配置文件

Results 2 frps-nginx-https issues
Sort by recently updated
recently updated
newest added

第一种是: proxy_set_header Host $host; 第二种是: proxy_set_header Host $host:$server_port; 在访问https域名的时候,个别域名都会在结尾带上端口号 ![image](https://user-images.githubusercontent.com/5998050/55217689-14fa3200-523b-11e9-9925-e5f9ee397274.png) ![image](https://user-images.githubusercontent.com/5998050/55217709-23e0e480-523b-11e9-9f6e-e3ebf31890c9.png) 不知道有没有好的解决方案

一直在使用你的配置模板通过服务器 nginx 实现 https 到内网 http 的访问,发现一般的静态链接没有什么问题,最近发现想要访问内网安装的 openwrt web 控制台会出现:redirected you too many times. 报错。 同样的问题出现在尝试转发内网 esxi 的web 页面。 看起来像是一直在尝试跳转到新的页面但是服务器转发的 location 没有被修改导致无线跳转。 自己不太懂,请教下怎么处理这个问题呢。 下面是我的 nginx 转发配置: ``` location / {...