Nginx HTTP module to do redirections on data coming from https://redirection.io/
When using the default nginx version of your distribution use this documentation to install the module https://redirection.io/documentation/developer-documentation/nginx-module
If your nginx version is different from the default distribution or your distribution is not supported you have to compile this module yourself.
To manually build this library you will need to compile and install the libredirectionio library
You can then do the following commands:
autoreconf -i
./configure
make
make install
You can also build the module against a specific version of nginx:
./configure --with-nginx-version=1.16.0
See this documentation for available directives
This code is licensed under the MIT License - see the LICENSE file for details.