Hello!
On Wed, Aug 7, 2013 at 3:38 PM, Vladimir Fedorov wrote:
> I am looking into installation of the ngx_headers_more module in the server
> I am trying to customize. The installation has only reference on how to make
> nginx with this module enabled.
> However I don't know how to add this module to the existing server setup.
>
Nginx does not support dynamic module loading like Apache httpd.
You have to re-compile your Nginx server with any 3rd-party Nginx
modules like ngx_headers_more.
Regards,
-agentzh