rc-httpd/handlers/serve-static: charset=utf-8
This commit is contained in:
parent
00ba1aac9e
commit
40dee61f91
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ if not
|
|||
max_age=604800 # 1 week
|
||||
echo 'HTTP/1.1 200 OK'^$cr
|
||||
emit_extra_headers
|
||||
echo 'Content-type: '^$type^$cr
|
||||
echo 'Content-type: '^$type^'; charset=utf-8'^$cr
|
||||
echo 'Cache-control: max-age='^$max_age^$cr
|
||||
echo $cr
|
||||
exec cat $full_path
|
||||
|
|
Loading…
Reference in a new issue