Skip to content

Commit

Permalink
Merge pull request #168 from nginx/release-1.33
Browse files Browse the repository at this point in the history
docs: Release 1.33 news doc
  • Loading branch information
Jcahilltorre authored Sep 18, 2024
2 parents c7b6360 + 43dfe74 commit c749e83
Show file tree
Hide file tree
Showing 49 changed files with 1,889 additions and 75 deletions.
3 changes: 3 additions & 0 deletions source/certificates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ as **GET**-table JSON using **/certificates**:
# curl -X GET --unix-socket :nxt_ph:`/path/to/control.unit.sock <Path to Unit's control socket in your installation>` \
http://localhost/certificates/:nxt_hint:`bundle <Certificate bundle name>`/chain/0/
.. code-block:: console
# curl -X GET --unix-socket :nxt_ph:`/path/to/control.unit.sock <Path to Unit's control socket in your installation>` \
http://localhost/certificates/:nxt_hint:`bundle <Certificate bundle name>`/chain/0/subject/alt_names/0/
Expand Down
4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
project = 'NGINX Unit'
author = 'NGINX, Inc.'
copyright = '2017-2024'
version = '1.32.1'
release_date = 'Mar 26, 2024'
version = '1.33.0'
release_date = 'Sep 18, 2024'
release = version
needs_sphinx = '6.2'

Expand Down
Loading

0 comments on commit c749e83

Please sign in to comment.