1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00

remove the change vhost forward.

This commit is contained in:
winlin 2015-01-03 14:47:19 +08:00
parent 45724bfaec
commit 7f60d472e6

View file

@ -553,8 +553,6 @@ vhost same.vhost.forward.srs.com {
# this used to split/forward the current stream for cluster active-standby,
# active-active for cdn to build high available fault tolerance system.
# format: {ip}:{port} {ip_N}:{port_N}
# or specify the vhost by params, @see: change.vhost.forward.srs.com
# if vhost not specified, use the request vhost instead.
forward 127.0.0.1:1936 127.0.0.1:1937;
}