08 2021 档案

摘要:IsSecure() func 失效问题 nginx部署好https后,this.Ctx.Input.IsSecure() 返回 false的 解决方法,nginx的conf中需要加入 proxy_set_header X-Forwarded-Proto $scheme; location / { 阅读全文
posted @ 2021-08-27 18:10 Au_ww 阅读(62) 评论(0) 推荐(0)