commands.sh

nginx

all

`nginx` web server.

More info →

Examples (5)

Start the server with the default configuration file

Start the server with a custom configuration file

nginx -c configuration_file

Start the server with a prefix for all relative paths in the configuration file

nginx -c configuration_file -p path/to/prefix

Test the configuration without affecting the running server

Reload the configuration by sending a signal with no downtime

nginx -s reload
made by @shridhargupta | data from tldr-pages