Skip to content

nginx-modules/nginx-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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