├── README.md ├── conf ├── fastcgi.conf ├── fastcgi_params ├── koi-utf ├── koi-win ├── mime.types ├── nginx.conf ├── scgi_params ├── uwsgi_params └── win-utf ├── html ├── 50x.html └── index.html └── nginx.exe /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeface-cn/nginx-http-flv-win64/HEAD/README.md -------------------------------------------------------------------------------- /conf/fastcgi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeface-cn/nginx-http-flv-win64/HEAD/conf/fastcgi.conf -------------------------------------------------------------------------------- /conf/fastcgi_params: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeface-cn/nginx-http-flv-win64/HEAD/conf/fastcgi_params -------------------------------------------------------------------------------- /conf/koi-utf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeface-cn/nginx-http-flv-win64/HEAD/conf/koi-utf -------------------------------------------------------------------------------- /conf/koi-win: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeface-cn/nginx-http-flv-win64/HEAD/conf/koi-win -------------------------------------------------------------------------------- /conf/mime.types: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeface-cn/nginx-http-flv-win64/HEAD/conf/mime.types -------------------------------------------------------------------------------- /conf/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeface-cn/nginx-http-flv-win64/HEAD/conf/nginx.conf -------------------------------------------------------------------------------- /conf/scgi_params: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeface-cn/nginx-http-flv-win64/HEAD/conf/scgi_params -------------------------------------------------------------------------------- /conf/uwsgi_params: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeface-cn/nginx-http-flv-win64/HEAD/conf/uwsgi_params -------------------------------------------------------------------------------- /conf/win-utf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeface-cn/nginx-http-flv-win64/HEAD/conf/win-utf -------------------------------------------------------------------------------- /html/50x.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeface-cn/nginx-http-flv-win64/HEAD/html/50x.html -------------------------------------------------------------------------------- /html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeface-cn/nginx-http-flv-win64/HEAD/html/index.html -------------------------------------------------------------------------------- /nginx.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/typeface-cn/nginx-http-flv-win64/HEAD/nginx.exe --------------------------------------------------------------------------------