http://nginx.org/en/docs/windows.html nginx/Windows uses the directory where it has been run as the prefix for relative paths in the configuration. In the example above, the prefix is C:\nginx-1.13.12\. Paths in a configuration file must be specified…
Building nginx from Sources(从源代码安装nginx) The build is configured using the configure command. 安装用配置命令 It defines various aspects of the system, including the methods nginx is allowed to use for connection processing. At the end it creates a Makefile…