Skip to content

Commit 8600101

Browse files
committed
updated README.md: added example for basic authentication
1 parent 952f870 commit 8600101

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Table of Contents
1212
* [configuration example](#configuration-example)
1313
* [example for curl](#example-for-curl)
1414
* [example for browser](#example-for-browser)
15+
* [example for basic authentication](#example-for-basic-authentication)
1516
* [Install](#install)
1617
* [select patch](#select-patch)
1718
* [build nginx](#build-nginx)
@@ -153,6 +154,14 @@ You can configure your browser to use this nginx as PROXY server.
153154

154155
* Google Chrome HTTPS PROXY SETTING: [guide & config](https://github.com/chobits/ngx_http_proxy_connect_module/issues/22#issuecomment-346941271) for how to configure this module working under SSL layer.
155156

157+
158+
Example for Basic Authentication
159+
--------------------------------
160+
161+
We can do access control on CONNECT request using nginx auth basic module.
162+
See [this guide](https://github.com/chobits/ngx_http_proxy_connect_module/issues/42#issuecomment-502985437) for more details.
163+
164+
156165
Install
157166
=======
158167

0 commit comments

Comments
 (0)