ARTICLE DETAIL

资讯详情

深耕网站建设、视觉设计与SEO优化的一线实战洞察。

nginx 响应html内容

nginx 响应html内容

设置ng返回的信息在页面显示
ngx.header.content_type = 'text/html; charset=utf-8'
ngx.say("

抱歉,您没有权限查看该监控!

如需开通权限,联系丁培倡/郑浩生添加

")
ngx.status = 403
ngx.exit(403)

返回列表