pull/72/merge
ysyx2008 2016-04-07 02:34:45 +00:00
commit 8039babca2
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ ckrules=read_rule('cookie')
function say_html()
if Redirect then
ngx.header.content_type = "text/html"
ngx.header.content_type = "text/html; charset=UTF-8"
ngx.status = ngx.HTTP_FORBIDDEN
ngx.say(html)
ngx.exit(ngx.status)