anomalizer / ngx_aws_auth

nginx module to proxy to authenticated AWS services
BSD 2-Clause "Simplified" License
470 stars 144 forks source link

Documentation #24

Closed moos3 closed 8 years ago

moos3 commented 8 years ago

Can we get some documentation on how to build this and use it?

anomalizer commented 8 years ago

The homepage (README.md) contains usage notes. Build follows the standard nginx build procedure i.e.

./configure --add-module=path_to_source_of_module
erdii commented 5 years ago

Is there an easy way to build the project as dynamically loaded module?