Featured image of post Adding Additional Modules to Nginx in LNMP

Adding Additional Modules to Nginx in LNMP

It's very convenient to add additional modules in LNMP, such as the WebDAV module. You just need to modify the lnmp.conf file in the installation package before compiling...

In LNMP, adding additional modules, such as the WebDAV module, is quite convenient. You only need to modify the fourth line of the lnmp.conf file in the installation package before compiling. Just add the corresponding module name and its address, as shown in the image below:

Adding additional modules to Nginx in LNMP

Then, simply run the install.sh script for LNMP, and you’re all set.

Licensed under CC BY-NC-SA 4.0