[PATCH 0 of 3] nginx.org usability enhancements

2023-07-24 Thread Liam Crilly via nginx-devel
Hello! This is the first of a multiple patch series for nginx.org. This changeset brings numerous usability enhancements while retaining the familiar look and feel of the site. The primary visual changes are: *) Readability on mobile devices - The right-hand menu is not shown for narrow view

[PATCH 1 of 3] CSS as file.

2023-07-24 Thread Liam Crilly via nginx-devel
# HG changeset patch # User Liam Crilly # Date 1690207197 -3600 # Mon Jul 24 14:59:57 2023 +0100 # Node ID df1cf98cf8f50eb1770d966aed583d21e481558b # Parent 1f672755959a64aec3f0aeceab1dbdc13cb36414 CSS as file. Extracts the inline styles from style.xsls into separate files for ease of style

[PATCH 2 of 3] Responsive menu.

2023-07-24 Thread Liam Crilly via nginx-devel
# HG changeset patch # User Liam Crilly # Date 1690207285 -3600 # Mon Jul 24 15:01:25 2023 +0100 # Node ID c4018ab31dc52632f470298fcc7cece1fd8f57b9 # Parent df1cf98cf8f50eb1770d966aed583d21e481558b Responsive menu. Nav menu is now hidden on narrow displays, collapsing to a "hamburger" menu

[PATCH 3 of 3] Stylesheet style changes.

2023-07-24 Thread Liam Crilly via nginx-devel
# HG changeset patch # User Liam Crilly # Date 1690207410 -3600 # Mon Jul 24 15:03:30 2023 +0100 # Node ID 29929155db5ad60e9f9c201d74fb73889287848f # Parent c4018ab31dc52632f470298fcc7cece1fd8f57b9 Stylesheet style changes. Optimized for readability, including support for dark mode. diff -

[PATCH] Contrib: vim syntax, update core and 3rd party module directives.

2023-07-24 Thread Gena Makhomed
# HG changeset patch # User Gena Makhomed # Date 1690211081 -10800 # Mon Jul 24 18:04:41 2023 +0300 # Node ID 904c99bede1770d92566b56939c5b6ec85f05b55 # Parent c209dc4eed1737261c97a044d23f5fb9afbd9d45 Contrib: vim syntax, update core and 3rd party module directives. List of 3rd party modul

Re: [PATCH] Contrib: vim syntax, update core and 3rd party module directives.

2023-07-24 Thread Maxim Dounin
Hello! On Mon, Jul 24, 2023 at 06:17:22PM +0300, Gena Makhomed wrote: > # HG changeset patch > # User Gena Makhomed > # Date 1690211081 -10800 > # Mon Jul 24 18:04:41 2023 +0300 > # Node ID 904c99bede1770d92566b56939c5b6ec85f05b55 > # Parent c209dc4eed1737261c97a044d23f5fb9afbd9d45 > Contr

Question about QUIC and Reload

2023-07-24 Thread Marcus Lima via nginx-devel
Hi everyone! I have had behaviour where workers while reloading, continue to receive connection attempts, which is noticeable by the logs indicating that QUIC Initial (ClientHello) packets have been submitted. When this occurs, the connection client does not receive any responses until the timeo

[PATCH 1 of 2] SSL: provided "nginx" appname when loading OpenSSL configs

2023-07-24 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1687300195 -10800 # Wed Jun 21 01:29:55 2023 +0300 # Node ID b79ef48b91e45dba4bf850be6b2a2cc3b8834f5d # Parent 904c99bede1770d92566b56939c5b6ec85f05b55 SSL: provided "nginx" appname when loading OpenSSL configs. Following OpenSSL 0.9.8f, OpenS

[PATCH 2 of 2] SSL: avoid using OpenSSL config in build directory (ticket #2404)

2023-07-24 Thread Maxim Dounin
# HG changeset patch # User Maxim Dounin # Date 1687300193 -10800 # Wed Jun 21 01:29:53 2023 +0300 # Node ID bd2cc76ebe2367dc303e2746928b17ca8976b604 # Parent b79ef48b91e45dba4bf850be6b2a2cc3b8834f5d SSL: avoid using OpenSSL config in build directory (ticket #2404). With this change, the NG