YSC 的频道 头像

消息来源频道

YSC 的频道

@yscschan

频道814 位成员公开可见持续更新

Channel Owner: @ysc3839

成员规模814 位成员
在线情况待同步
消息总数5,288 条消息
浏览量总数0 次浏览

在这个频道里搜索消息……

t.me/yscschan

nginx 内部的错误码 497 代表 http 请求错误地发到 https 端口。还可以利用这个错误码实现重定向到 https:
error_page 497 =301 https://$server_name$request_uri;
444也是 nginx 的内部错误码,代表直接断开连接,仅适用于 http 请求,不能用于 https 请求。