Nginx 安装配置

1.启动nginx 发现:nginx: [emerg] directive "location" has no opening

 是在location 的{ }前必须有空格;

2.验证

curl -I http://videozhangyuc.com/flv/110718/video.flv
Content-Length: 1218888

对比

curl -I http://video.zhangyuc.com/flv/110718/video.flv?start=12345
Content-Length: 1206556

以上示例只列出Content-Length的值。

假如加上参数之后,Content-Length值依旧和之前相同,则表示配置没有成功


你可能感兴趣的:(Nginx 安装配置)