Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Command line keys
Hello, All!
По привычке, вбиваю два ключа подряд:
# nginx -vt
nginx version: nginx/0.3.41
# nginx -tv
2006/04/25 00:52:16 [info] 62223#0: the configuration file
/usr/local/etc/nginx/nginx.conf syntax is ok
2006/04/25 00:52:16 [info] 62223#0: the configuration file
/usr/local/etc/nginx/nginx.conf was tested successfully
Ладно, думаю, такого синтаксиса никто не обещал, вобью каждый ключ
отдельно - так еще интереснее получилось:
# nginx -t -v
nginx version: nginx/0.3.41
# nginx -v -t
nginx version: nginx/0.3.41
Andrey
|