diff options
| author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-02-21 16:13:37 +0100 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-02-21 16:13:37 +0100 |
| commit | f9e0bc9eb43ca04d676bf7186187115e2c52c6f9 (patch) | |
| tree | 4e141a01f5cec1d08866555116da26320b13640d /rc | |
| parent | 5bcc932168f262e2738684b159c680bb295271c5 (diff) | |
| parent | 1bf321d9805cab47d61d49a6ccb87af73a468454 (diff) | |
| download | plan9front-f9e0bc9eb43ca04d676bf7186187115e2c52c6f9.tar.xz | |
merge
Diffstat (limited to 'rc')
| -rwxr-xr-x | rc/bin/rc-httpd/handlers/serve-static | 2 |
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 |
