Мануалы и справочники Общие команды
nginx

Команда nginx: опции, ключи и примеры использования

nginx

Nginx web server.

  • Start server with default config:

nginx

  • Start server with custom config file:

nginx -c {{config_file}}

  • Start server with a prefix for all relative paths in config file:

nginx -c {{config_file}} -p {{prefix/for/relative/paths}}

  • Test configuration without affecting the running server:

nginx -t

  • Reload configuration by sending a signal with no downtime:

nginx -s reload

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM