How to Install libnginx-mod-http-ndk in Ubuntu 18.04



Install libnginx-mod-http-ndk by entering the following commands in the terminal:

sudo apt update
sudo apt install libnginx-mod-http-ndk

Description:

Nginx Development Kit module

The NDK is an Nginx module that is designed to extend the core functionality of the excellent Nginx webserver in a way that can be used as a basis of other Nginx modules. . It has functions and macros to deal with generic tasks that don't currently have generic code as part of the core distribution. The NDK itself adds few features that are seen from a user's point of view - it's just designed to help reduce the code that Nginx module developers need to write.

Homepage: http://nginx.net

Version: 1.14.0-0ubuntu1

Section: universe/httpd