view config @ 5:cc231fa95159

Auth request: expand example in README. 1. An example how to don't pass to upstream server body (if happend to be already read from client) and Content-Length header to handle POSTs correctly. 2. An example how to pass original request URI to backend.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 05 Mar 2010 21:20:32 +0300
parents 436da5355bd5
children
line wrap: on
line source

# (C) Maxim Dounin
# Configuration for ngx_http_auth_request_module.

ngx_addon_name="ngx_http_auth_request_module"

HTTP_MODULES="$HTTP_MODULES \
		ngx_http_auth_request_module"

NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
		$ngx_addon_dir/ngx_http_auth_request_module.c"