kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit b7669f49f76a37b62846237aa326ada415923151
parent 68f5e3376839497cdf4fc004a8404eb0a0057bb7
Author: Joris Vink <joris@coders.se>
Date:   Thu,  3 May 2018 21:40:50 +0200

typo

Diffstat:
examples/video_stream/conf/video_stream.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/video_stream/conf/video_stream.conf b/examples/video_stream/conf/video_stream.conf @@ -12,6 +12,6 @@ domain * { certkey cert/key.pem accesslog access.log - static / assert_serve_video_html + static / asset_serve_video_html dynamic ^/[a-z]*.[a-z0-9]{3}$ video_stream }