]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_h264_streaming.conf
- do not by default forbid download of .pl (and .fcgi) scripts
[packages/lighttpd.git] / lighttpd-mod_h264_streaming.conf
1 # h264 streaming module.
2
3 server.modules += (
4         "mod_h264_streaming"
5 )
6
7 h264-streaming.extensions = (
8         ".mp4",
9 )
This page took 0.023382 seconds and 3 git commands to generate.