mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
Sqush: Refine config for origin cluster
This commit is contained in:
parent
3c4b9be76b
commit
e1f65478af
5 changed files with 6 additions and 4 deletions
|
@ -15,6 +15,6 @@ vhost __defaultVhost__ {
|
||||||
cluster {
|
cluster {
|
||||||
mode local;
|
mode local;
|
||||||
origin_cluster on;
|
origin_cluster on;
|
||||||
coworkers 127.0.0.1:9090 127.0.0.1:9091 127.0.0.1:9092;
|
coworkers 127.0.0.1:9091 127.0.0.1:9092;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,6 +15,6 @@ vhost __defaultVhost__ {
|
||||||
cluster {
|
cluster {
|
||||||
mode local;
|
mode local;
|
||||||
origin_cluster on;
|
origin_cluster on;
|
||||||
coworkers 127.0.0.1:9090 127.0.0.1:9091 127.0.0.1:9092;
|
coworkers 127.0.0.1:9090 127.0.0.1:9092;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,6 +15,6 @@ vhost __defaultVhost__ {
|
||||||
cluster {
|
cluster {
|
||||||
mode local;
|
mode local;
|
||||||
origin_cluster on;
|
origin_cluster on;
|
||||||
coworkers 127.0.0.1:9090 127.0.0.1:9091 127.0.0.1:9092;
|
coworkers 127.0.0.1:9090 127.0.0.1:9091;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,6 +30,8 @@ The changelog for SRS.
|
||||||
|
|
||||||
## SRS 4.0 Changelog
|
## SRS 4.0 Changelog
|
||||||
|
|
||||||
|
* v4.0, 2021-10-27, Merge [#1963](https://github.com/ossrs/srs/pull/1963): Cluster: Origin server shouldn't be it's own coworker. v4.0.186
|
||||||
|
* v4.0, 2021-10-25, Merge [#2692](https://github.com/ossrs/srs/pull/2692): API: Add server_id into http_hooks. v4.0.185
|
||||||
* v4.0, 2021-10-22, Merge [#2687](https://github.com/ossrs/srs/pull/2687): API: Always stat client event if auth fail. v4.0.183
|
* v4.0, 2021-10-22, Merge [#2687](https://github.com/ossrs/srs/pull/2687): API: Always stat client event if auth fail. v4.0.183
|
||||||
* v4.0, 2021-10-20, Merge [#1758](https://github.com/ossrs/srs/pull/1758): JSON: Support escape special chars. v4.0.182
|
* v4.0, 2021-10-20, Merge [#1758](https://github.com/ossrs/srs/pull/1758): JSON: Support escape special chars. v4.0.182
|
||||||
* v4.0, 2021-10-19, Merge [#1754](https://github.com/ossrs/srs/pull/1754): RTMP: If port is explicity set to 0, use default 1935. v4.0.181
|
* v4.0, 2021-10-19, Merge [#1754](https://github.com/ossrs/srs/pull/1754): RTMP: If port is explicity set to 0, use default 1935. v4.0.181
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
|
|
||||||
#define VERSION_MAJOR 4
|
#define VERSION_MAJOR 4
|
||||||
#define VERSION_MINOR 0
|
#define VERSION_MINOR 0
|
||||||
#define VERSION_REVISION 184
|
#define VERSION_REVISION 186
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue