Skip to content

Commit c749e83

Browse files
authored
Merge pull request #168 from nginx/release-1.33
docs: Release 1.33 news doc
2 parents c7b6360 + 43dfe74 commit c749e83

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1889
-75
lines changed

source/certificates.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ as **GET**-table JSON using **/certificates**:
133133
134134
# curl -X GET --unix-socket :nxt_ph:`/path/to/control.unit.sock <Path to Unit's control socket in your installation>` \
135135
http://localhost/certificates/:nxt_hint:`bundle <Certificate bundle name>`/chain/0/
136+
137+
.. code-block:: console
138+
136139
# curl -X GET --unix-socket :nxt_ph:`/path/to/control.unit.sock <Path to Unit's control socket in your installation>` \
137140
http://localhost/certificates/:nxt_hint:`bundle <Certificate bundle name>`/chain/0/subject/alt_names/0/
138141

source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
project = 'NGINX Unit'
66
author = 'NGINX, Inc.'
77
copyright = '2017-2024'
8-
version = '1.32.1'
9-
release_date = 'Mar 26, 2024'
8+
version = '1.33.0'
9+
release_date = 'Sep 18, 2024'
1010
release = version
1111
needs_sphinx = '6.2'
1212

0 commit comments

Comments
 (0)