Update nghttpx man page template

This commit is contained in:
Tatsuhiro Tsujikawa 2015-06-23 00:53:12 +09:00
parent 4fa2ffe292
commit 4242478f39
1 changed files with 4 additions and 3 deletions

View File

@ -87,9 +87,10 @@ delete the socket and continues to use it.
OCSP STAPLING OCSP STAPLING
------------- -------------
OCSP query is done using external perl script ``fetch-ocsp-response``, OCSP query is done using external Python script
which has been developed as part of h2o project ``fetch-ocsp-response``, which has been originally developed in Perl
(https://github.com/h2o/h2o). as part of h2o project (https://github.com/h2o/h2o), and was
translated into Python.
The script file is usually installed under The script file is usually installed under
``$(prefix)/share/nghttp2/`` directory. The actual path to script can ``$(prefix)/share/nghttp2/`` directory. The actual path to script can