pingos icon indicating copy to clipboard operation
pingos copied to clipboard

rtmp directive should always before http, or it will port not found error

Open elvizlai opened this issue 4 years ago • 0 comments

For example in nginx.conf file

rtmp {
}

http {
}

This works fine.

But using config file

http {
}

rtmp {
}

It will throw port not found error.

elvizlai avatar May 17 '21 09:05 elvizlai