Index

文档: http://nginx.org/en/docs/

1 安装

1.1 仓库包安装

http://nginx.org/en/linux_packages.html

  1. Ubuntu
  2. RHEL

1.2 源码编译安装

下载地址: http://nginx.org/en/download.html
.configure 参数: http://nginx.org/en/docs/configure.html

依赖

一些编译选项:

1
2
3
--prefix=path   # default: /usr/local/nginx
--sbin-path=path    # default: prefix/sbin/nginx
--conf-path=path    # default: prefix/conf/nginx.conf

2

3 反向代理



comments powered by Disqus
Built with Hugo
主题 StackJimmy 设计