diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2013-08-21 19:19:47 +0400 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2013-08-21 19:19:47 +0400 |
| commit | 4c53a38fb59496e8280991b307a5fdfbd7f71040 (patch) | |
| tree | 035cc297850bcf5bcdfcfbbfe9bda39f7e9b0230 /auto/sources | |
| parent | 0a6efeee710d18c7878322b03c0be28eb0a11bf2 (diff) | |
| download | nginx-4c53a38fb59496e8280991b307a5fdfbd7f71040.tar.gz nginx-4c53a38fb59496e8280991b307a5fdfbd7f71040.tar.bz2 | |
Auth request module import.
Diffstat (limited to '')
| -rw-r--r-- | auto/sources | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index 90465c314..7ae41b95f 100644 --- a/auto/sources +++ b/auto/sources @@ -386,6 +386,10 @@ HTTP_AUTH_BASIC_MODULE=ngx_http_auth_basic_module HTTP_AUTH_BASIC_SRCS=src/http/modules/ngx_http_auth_basic_module.c +HTTP_AUTH_REQUEST_MODULE=ngx_http_auth_request_module +HTTP_AUTH_REQUEST_SRCS=src/http/modules/ngx_http_auth_request_module.c + + HTTP_AUTOINDEX_MODULE=ngx_http_autoindex_module HTTP_AUTOINDEX_SRCS=src/http/modules/ngx_http_autoindex_module.c |
