nginx 1.12.2
I have a location rule like this to proxy external images:
location /imagesproxy {
resolver 8.8.8.8;
proxy_pass $arg_uri;
proxy_pass_request_headers off;
}
The problem is that nginx doesn't seems to decode the URI
/imagesproxy?uri=http%3A%2F%2Fwww.ex
On Thu, Nov 2, 2017 at 7:19 PM, Iurii Medvedev wrote:
> You can use nginx as video streaming server.
I'm already using nginx
> Its mean you can push or pull
> to/from nginx.
I'm already pulling from nginx
> Create hls playlist and your player can stream video.
this topic is nothing to do with a
Thank you very much, but I have another question, if delta larger than 1ms,
it will excute ngx_event_expire_timers, how do you get the value? why not
2ms or others?
if there are much events comming for 30s, and epoll_wait return quickly(linux)
which less than 1ms in each circle,
and the ngx_event_e