include.conf 397 B

1234567891011121314151617181920
  1. # include directive config for SRS.
  2. # @see full.conf for detail config.
  3. listen 1935;
  4. max_connections 1000;
  5. srs_log_tank console;
  6. daemon off;
  7. http_api {
  8. enabled on;
  9. listen 1985;
  10. }
  11. http_server {
  12. enabled on;
  13. listen 8080;
  14. dir ./objs/nginx/html;
  15. }
  16. include ./conf/include.vhost.conf;