Skip to content

Commit

Permalink
[fix] README.rst: rst format
Browse files Browse the repository at this point in the history
  • Loading branch information
xeioex committed Sep 23, 2021
1 parent 1a5f5f4 commit 313f7d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ right away. Fortunately there are ways to overcome this limitation using other
nginx modules.

Using auth_request [http/async_var/auth_request]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In simple cases `auth_request <http://nginx.org/en/docs/http/ngx_http_auth_request_module.html>`_
is enough and njs is not required.
Expand Down Expand Up @@ -172,6 +172,7 @@ nginx.conf:
example.js:

.. code-block:: js
import qs from "querystring";
function choose_upstream(r) {
Expand Down

0 comments on commit 313f7d8

Please sign in to comment.