Configuration problem: request default 15.15.15.15/ not working

2018-09-24 Thread Frank_Mascarell
I'm testing Nginx with a django application, the requests https://15.15.15.15/admin/ and https://15.15.15.15/inicio/ work correctly, but https://15.15.15.15/ throw error "Not found: The requested URL / was not found on this server. ", And I can not find the error. This is the configuration: server

RE: [IE] Re: Nginx with windows auth

2018-09-24 Thread Jason Whittington
When you saw “Windows Auth” did you mean NTLM? From: nginx [mailto:nginx-boun...@nginx.org] On Behalf Of Brian W. Sent: Monday, September 24, 2018 2:50 PM To: nginx@nginx.org Subject: [IE] Re: Nginx with windows auth I saw a post this morning claiming that only paid versions supported it. I did

Re: Nginx with windows auth

2018-09-24 Thread Brian W.
I saw a post this morning claiming that only paid versions supported it. I did get it to work; it wasn't initially obvious that the ldap auth conf file was to replace the nginx.conf file and not be an addition. On Mon, Sep 24, 2018, 9:36 AM Brian W. wrote: > Is this possible in the free version

Nginx with windows auth

2018-09-24 Thread Brian W.
Is this possible in the free version or only paid products? Brian ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Enabling "Transfer-Encoding : chunked"

2018-09-24 Thread Maxim Dounin
Hello! On Mon, Sep 24, 2018 at 11:40:27AM -0400, anish10dec wrote: > Thanks Maxim > > For Streaming with Low Latency , Harmonic Encoder is pushing media files > with "Transfer-Encoding: chunked" on the Nginx Origin Server. > > We are able to see the same in tcpdump between Encoder and Nginx Ori

Re: Enabling "Transfer-Encoding : chunked"

2018-09-24 Thread anish10dec
Thanks Maxim For Streaming with Low Latency , Harmonic Encoder is pushing media files with "Transfer-Encoding: chunked" on the Nginx Origin Server. We are able to see the same in tcpdump between Encoder and Nginx Origin. However when we try to stream content through Origin Server , "Transfer-En

Re: Enabling "Transfer-Encoding : chunked"

2018-09-24 Thread Maxim Dounin
Hello! On Mon, Sep 24, 2018 at 09:53:26AM -0400, anish10dec wrote: > In order to support CMAF and Low latency for HLS streaming through Nginx, it > is required change in content header. > > Instead of "Content-Length" in Header , expected value by player is > "Transfer-Encoding : chunked" so tha

Enabling "Transfer-Encoding : chunked"

2018-09-24 Thread anish10dec
In order to support CMAF and Low latency for HLS streaming through Nginx, it is required change in content header. Instead of "Content-Length" in Header , expected value by player is "Transfer-Encoding : chunked" so that for a 6 sec chunk of media segment player will start streaming fetching data

Re: 1.15.3 nginx core dumps -- with proxy_pass http://127.0.0.1:8080

2018-09-24 Thread Maxim Konovalov
On 24/09/2018 12:32, ec2geek007 wrote: > Thanks Maxim. > However I also see > https://github.com/SpiderLabs/ModSecurity/issues/1697 > > Any one confirmed that a particular version in 3 modesecurity works? > Seems 3.0.4 modsecurity (which is not yet there) is most likely address all > known issu

Re: 1.15.3 nginx core dumps -- with proxy_pass http://127.0.0.1:8080

2018-09-24 Thread ec2geek007
Thanks Maxim. However I also see https://github.com/SpiderLabs/ModSecurity/issues/1697 Any one confirmed that a particular version in 3 modesecurity works? Seems 3.0.4 modsecurity (which is not yet there) is most likely address all known issues so far. Hope I am wrong and a good version is out

Re: 1.15.3 nginx core dumps -- with proxy_pass http://127.0.0.1:8080

2018-09-24 Thread Maxim Konovalov
Hello, On 23/09/2018 21:37, ec2geek007 wrote: > Any help much appreciated. This is my last closure step to move from apache > to nginx (using tomcat with proxy_pass.) Thanks in advance! > > curl -v http://localhost:8080 or curl -v http://127.0.0.1:8080 work. If I > remove proxy_pass statement,