nginx-tools
nginx-tools copied to clipboard
A collection of tools for the nginx Web server.
nginx-tools
A collection of tools for the nginx Web server
Tools
- nginx-sites - Simple site status management
- nginx-minify-conf - Minify nginx configuration file
Requirements
Installation
Download the archive and extract into a folder. Then, to install the package:
make install
This installs admin scripts to /usr/sbin, user scripts to /usr/local/bin and
man pages to /usr/share/man. You can also stage the installation with:
make DESTDIR=/stage/path install
You can undo the install with:
make uninstall