Skip to content

Commit 313f7d8

Browse files
committed
[fix] README.rst: rst format
1 parent 1a5f5f4 commit 313f7d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ right away. Fortunately there are ways to overcome this limitation using other
107107
nginx modules.
108108

109109
Using auth_request [http/async_var/auth_request]
110-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
110+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
111111

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

174174
.. code-block:: js
175+
175176
import qs from "querystring";
176177
177178
function choose_upstream(r) {

0 commit comments

Comments
 (0)