You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Table of Contents
12
12
*[configuration example](#configuration-example)
13
13
*[example for curl](#example-for-curl)
14
14
*[example for browser](#example-for-browser)
15
+
*[example for basic authentication](#example-for-basic-authentication)
15
16
*[Install](#install)
16
17
*[select patch](#select-patch)
17
18
*[build nginx](#build-nginx)
@@ -153,6 +154,14 @@ You can configure your browser to use this nginx as PROXY server.
153
154
154
155
* 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.
155
156
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.
0 commit comments