标签:
nginx在不同的操作系统上安装的方式是不同的。
对于要安装在Linux上的用户,可以使用http://www.nginx.org上的安装包记进行安装。
On FreeBSD, nginx can be installed either from the packages or through the ports system. The ports system provides greater flexibility, allowing selection among a wide range of options. The port will compile nginx with the specified options and install it.对于打算安装在FreeBSD的用户,nginx
If some special functionality is required, not available with packages and ports, nginx can also be compiled from source files. While more flexible, this approach may be complex for a beginner. For more information, see Building nginx from Sources.
标签:
原文地址:http://www.cnblogs.com/yusenwu/p/4579368.html