正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
1 | # the listen ports, split by space. | 1 | # the listen ports, split by space. |
2 | -listen 1935 19350; | 2 | +listen 1935; |
3 | # the default chunk size is 128, max is 65536, | 3 | # the default chunk size is 128, max is 65536, |
4 | # some client does not support chunk size change, | 4 | # some client does not support chunk size change, |
5 | # however, most clients supports it and it can improve | 5 | # however, most clients supports it and it can improve |
@@ -9,7 +9,6 @@ chunk_size 65000; | @@ -9,7 +9,6 @@ chunk_size 65000; | ||
9 | # vhost list, the __defaultVhost__ is the default vhost | 9 | # vhost list, the __defaultVhost__ is the default vhost |
10 | # for which cannot identify the required vhost. | 10 | # for which cannot identify the required vhost. |
11 | vhost __defaultVhost__ { | 11 | vhost __defaultVhost__ { |
12 | - gop_cache off; | ||
13 | } | 12 | } |
14 | # the vhost disabled. | 13 | # the vhost disabled. |
15 | vhost removed.vhost.com { | 14 | vhost removed.vhost.com { |
-
请 注册 或 登录 后发表评论