summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-02-21 16:13:37 +0100
committercinap_lenrek <cinap_lenrek@gmx.de>2013-02-21 16:13:37 +0100
commitf9e0bc9eb43ca04d676bf7186187115e2c52c6f9 (patch)
tree4e141a01f5cec1d08866555116da26320b13640d /rc
parent5bcc932168f262e2738684b159c680bb295271c5 (diff)
parent1bf321d9805cab47d61d49a6ccb87af73a468454 (diff)
downloadplan9front-f9e0bc9eb43ca04d676bf7186187115e2c52c6f9.tar.xz
merge
Diffstat (limited to 'rc')
-rwxr-xr-xrc/bin/rc-httpd/handlers/serve-static2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/rc-httpd/handlers/serve-static b/rc/bin/rc-httpd/handlers/serve-static
index 3f7544286..315621463 100755
--- a/rc/bin/rc-httpd/handlers/serve-static
+++ b/rc/bin/rc-httpd/handlers/serve-static
@@ -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