winlin

support reload config(vhost and its detail).

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 {