1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 11:51:57 +00:00
srs/trunk/conf/security.deny.publish.conf

16 lines
426 B
Text
Raw Normal View History

# security config for srs, allow play and deny publish.
2015-11-11 02:37:50 +00:00
# @see https://github.com/ossrs/srs/issues/211#issuecomment-68507035
# @see full.conf for detail config.
listen 1935;
max_connections 1000;
2017-02-09 06:17:36 +00:00
daemon off;
srs_log_tank console;
vhost __defaultVhost__ {
security {
enabled on;
deny publish all;
allow play all;
}
}