Re: Strange problem with expires?

2022-03-01 Thread David Hu via nginx
On 1 March 2022 20:40:48 UTC, Grzegorz Kulewski wrote: >Hello, > >I am using nginx 1.21.0 to serve static files for one domain and when I have: > >location = / { >expires epoch; >} > >expire headers are not added for / but when I remove '=' t

Re: Why does the nginx.org main site not supporting TLS v1.3?

2021-01-22 Thread David Hu
connects via HTTP/1.1. Thank you for all your answers!Regards, David Hu [PGP Public Key attached, key ID: 0x340A848D ; fingerprint: 340a 848d 4333 6873 d48f 5dad 8847 c44d 75c3 da38] ‐‐‐ Original Message ‐‐‐ On Thursday, January 21st, 2021 at 10:08 PM, Thomas Ward wrote: > To clar

Why does the nginx.org main site not supporting TLS v1.3?

2021-01-21 Thread David Hu
So I have to downgrade to TLS v1.2. The full command input and the connection process can be shown as follows: ./curl -v --http2-prior-knowledge --tlsv1.2 https://nginx.org * Trying 52.58.199.22:443... * Connected to nginx.org (52.58.199.22) port 443 (#0) * ALPN, offering h2 * ALPN, offering

Why does the nginx.org main site not supporting TLS v1.3?

2021-01-21 Thread David Hu
I just did a cURL request just now using the command in Windows Powershell using the MinGW version of cURL. `./curl -v --http2-prior-knowledge --tlsv1.3 https://nginx.org` And my curl specs are as follows curl 7.74.0 (x86_64-pc-win32) libcurl/7.74.0 OpenSSL/1.1.1i (Schannel) zlib/1.2.11 brotl