Adding a module, config variables unknown

Valery Kholodkov valery+nginxen at grid.net.ru
Wed Aug 20 16:45:03 MSD 2008


"Bjoern" <bjoern at pokerstrategy.com> wrote:

> Hi everybody,
>  I have a problem adding a module.
>
> I've downloaded and extracted the nginx sources.
> ~/devel/nginx/
>
> Downloaded the sources of the module called "accesskey".
> Extracted the files to a folder let's call it ~/devel/ngx_accesskey/src/
>
> cd ~/devel/nginx
> ./configure --add-module=~/devel/ngx_accesskey/src/
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
Tilde (~) is not going to be expanded here. Use full path.

-- 
Best regards,
Valery Kholodkov






More information about the nginx mailing list