nginx install

./configure --prefix=/usr/local/nginx \
--user=apache \
--group=apache \
--with-http_ssl_module \
--with-http_gzip_static_module;
此条目发表在web server分类目录,贴了标签。将固定链接加入收藏夹。