A
A
Alexander Shirobokov2014-11-19 18:02:54
Nginx
Alexander Shirobokov, 2014-11-19 18:02:54

How to glue NGINX RTMP module config?

Example

rtmp {
      include /var/rtmp-conf/*.conf;
}

Contents of file.conf:
server {
      #...
}

The presented method is clearly not working, because there is no "include" directive in "rtmp", but maybe someone knows how to implement this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dan Ivanov, 2014-11-19
@ptchol

Why not include the entire rtmp section in the include?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question