One: Introduction to server configuration files
This configuration file has global configuration, events configuration, HTTP configuration, and server configuration.
II: Nginx Startup and configuration file test
Where./nginx-h can view Help
-v:show version and configure options then exit Show versions and compile Yes option after exiting
-S signal:send signal to a master process:stop, quit, reopen, reload
-P prefix:set Prefix path (default:/usr/local/nginx/)
-C filename:set configuration file (default:conf/nginx.conf) Set runtime profile can be used for multi-instance operation such as:./nginx-c/nginx.conf-t To test the configuration file for an instance to run
Three: The configuration of the virtual host
Same as Apache support for domain name, port, IP-based virtual host
Four: Log Polling
Patterns based on Rotalog and Cronolog
This article is from the "6250022" blog, please be sure to keep this source http://6260022.blog.51cto.com/6250022/1698007
Nginx Server Learning