errzey / nginx-tools

A collection of tools for the nginx Web server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nginx-tools

A collection of tools for the nginx Web server

Tools

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

About

A collection of tools for the nginx Web server.

License:Other


Languages

Language:Shell 81.3%Language:Roff 11.0%Language:C++ 5.0%Language:Makefile 2.7%