I tried with upstream cache control and this is the results:
Request URL:
https://example.com/hls/nickelback/Nickelback-Lullaby_1280_720_1300011.ts?token=st=1563586913~exp=1563673313~acl=/hls/nickelback/*~hmac=bad8f13314c29ec41312b6f10b9106a2f1f024fdfbfce090d9a08bd0a635928f
1.
Accept-Rang
Hi Francis,
Thanks for the response,
I checked multiple scenarios and when I removed the token I got the correct
header. Looks like when the token is active, I am getting wrong headers.
Also "upstream" you mean the Origin for nginx? which is in my case is S3
For example, this is a token-based
On Thu, Jul 18, 2019 at 06:44:13PM -0400, andregr-jp wrote:
Hi there,
> I have an nginx proxy which suddenly adding 2 cache-control headers and the
> last modified time is always the current time:
I suspect that whatever is being reverse-proxied changed recently to
send these headers.
>
I'm using Nginx in proxy pass mode to serve an application. We have had some
issues where the host running Nginx doesn't have enough space to host some
uploaded files. Is there a way to stream this files to the backend server
without creating a temporary file in the Nginx host?
Based on the post h
Am 16.07.2019 um 13:29 schrieb Jeya Murugan:
> @all : Can someone help /point-out what i have missed in
> proxy_protocol
> here?
the proxy protocol is only designed for tcp not udp.
> > I am using *NGINX 1.13.5 as a Load Balancer for one of my
> > CUSTOM-APPLICAT
On Fri, Jul 12, 2019 at 11:44:22PM +0530, Jeya Murugan wrote:
> On Tue, Jul 9, 2019 at 8:41 PM Roman Arutyunyan wrote:
Hi there,
> > > I am using *NGINX 1.13.5 as a Load Balancer for one of my
> > > CUSTOM-APPLICATION *which will listen on* UDP port 2231,67 and 68.*
> > >
> > > I am trying for L
You may want to re-read my initial answer and the ticket it links to.
If that were _clear_, neither I nor others would STILL be spending
time/effort trying to understand & clarify this.
Nevermind.
___
nginx mailing list
nginx@nginx.org
http://mailma
Hello!
On Fri, Jul 19, 2019 at 11:24:36AM -0700, PGNet Dev wrote:
> On 7/19/19 11:02 AM, Maxim Dounin wrote:
> > Hello!
> >
> > On Fri, Jul 19, 2019 at 10:52:55AM -0700, PGNet Dev wrote:
> >
> And, if I change nginx to be 'TLSv1.3-only',
>
> -ssl_protocols TLSv1.3 TLSv1.2
> On 19 Jul 2019, at 9.59, Maxim Dounin wrote:
>
> Hello!
>
> On Thu, Jul 18, 2019 at 10:03:24AM -0700, Palvelin Postmaster via nginx wrote:
>
>> we’re getting random SSL_write() failed errors on seemingly
>> legitimate requests. The common denominator seems to be they are
>> all for static
On 7/19/19 11:02 AM, Maxim Dounin wrote:
> Hello!
>
> On Fri, Jul 19, 2019 at 10:52:55AM -0700, PGNet Dev wrote:
>
And, if I change nginx to be 'TLSv1.3-only',
- ssl_protocols TLSv1.3 TLSv1.2;
- ssl_ciphers "TLS13-CHACHA20-POLY1305-SHA256 TLS13-AES-256-GCM-SHA384
TLS13
Hello!
On Fri, Jul 19, 2019 at 10:52:55AM -0700, PGNet Dev wrote:
> >> And, if I change nginx to be 'TLSv1.3-only',
> >>
> >> - ssl_protocols TLSv1.3 TLSv1.2;
> >> - ssl_ciphers "TLS13-CHACHA20-POLY1305-SHA256 TLS13-AES-256-GCM-SHA384
> >> TLS13-AES-128-GCM-SHA256 ECDHE-ECDSA-CHACHA20-POLY1305
>> And, if I change nginx to be 'TLSv1.3-only',
>>
>> -ssl_protocols TLSv1.3 TLSv1.2;
>> -ssl_ciphers "TLS13-CHACHA20-POLY1305-SHA256 TLS13-AES-256-GCM-SHA384
>> TLS13-AES-128-GCM-SHA256 ECDHE-ECDSA-CHACHA20-POLY1305";
>> +ssl_protocols TLSv1.3;
>> +ssl_ciphers "TLS13-CHACHA20-POLY
Hello!
On Thu, Jul 18, 2019 at 10:03:24AM -0700, Palvelin Postmaster via nginx wrote:
> we’re getting random SSL_write() failed errors on seemingly
> legitimate requests. The common denominator seems to be they are
> all for static files (images, js, etc.).
>
> Can anyone help me debug the is
Hello!
On Fri, Jul 19, 2019 at 08:39:15AM -0700, PGNet Dev wrote:
> I run nginx
>
> nginx -v
> nginx version: nginx/1.17.1
>
> on linux/64.
>
> I've installed
>
> which openssl
> /usr/local/openssl/bin/openssl
> openssl version
> Ope
I run nginx
nginx -v
nginx version: nginx/1.17.1
on linux/64.
I've installed
which openssl
/usr/local/openssl/bin/openssl
openssl version
OpenSSL 1.1.1c 28 May 2019
nginx is built with/linked to this version
ldd
15 matches
Mail list logo