2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 06:28:23 +01:00

webkit: add volume

This commit is contained in:
kev
2014-12-25 19:34:44 +08:00
parent 5f1ac22d44
commit 0e2d468887
3 changed files with 33 additions and 12 deletions

View File

@@ -189,7 +189,7 @@ function urlopen(req, callback) {
case 'png':
case 'gif':
//TODO: setup a fileserver
data = '/tmp/' + req.requestId;
data = '/data/' + req.requestId;
page.render(data, {format: req.requestType});
break;
case 'script':