Displaying 3 results from an estimated 3 matches for "ngx_http_proxy_modul".
Did you mean:
ngx_http_proxy_module
2016 Jul 27
2
Proxy
Hi all,
I want to do a proxy to icecast (:8000) with nginx (:80).
Its working for me, stream is running on port 80, but on the first loading
is "pending" For a long time before its starts play.
Who using the "proxy_pass" on nginx and can help?
Thnx.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Jul 27
0
Proxy
..._addr;
proxy_connect_timeout 60;
proxy_send_timeout 21600;
proxy_read_timeout 21600;
proxy_pass http://my_dns_name.tldn:8010;
}
}
More information about said directive can be found here:
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffering
Jesse
From: Icecast-dev [mailto:icecast-dev-bounces at xiph.org] On Behalf Of Yaniv
Sharon
Sent: Wednesday, July 27, 2016 7:14 AM
To: icecast-dev at xiph.org
Subject: [Icecast-dev] Proxy
Hi all,
I want to do a proxy to icecast (:8000) with nginx (:80).
Its wor...
2016 Jul 27
2
Proxy
..._addr;
proxy_connect_timeout 60;
proxy_send_timeout 21600;
proxy_read_timeout 21600;
proxy_pass http://my_dns_name.tldn:8010;
}
}
More information about said directive can be found here:
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffering
Jesse
From: Icecast-dev [mailto:icecast-dev-bounces at xiph.org] On Behalf Of Yaniv
Sharon
Sent: Wednesday, July 27, 2016 7:14 AM
To: icecast-dev at xiph.org
Subject: [Icecast-dev] Proxy
Hi all,
I want to do a proxy to icecast (:8000) with nginx (:80).
Its wor...