nginx
window平台
1. 下载
到官网下载安装包:
http://nginx.org/en/download.html
启动
直接进入目录,可以直接双击nginx.exe
启动。
或者
启动终端,使用start nginx.exr
启动。
默认80
端口,打开浏览器输入127.0.0.1
或者localhost
可以查看内容。
配置文件
可以打开conf文件夹下的nginx.conf
文件可以配置项目参数。
nginx命令:
配置参数
server下的结点:
listen:监听80端口
server_name:转发到的地址,要配置成域名形式,不能是127.0.0.1
proxy_pass:要代理的地址
Linux
root权限打开一个窗口,来管理文件:
Ubuntu安装
http://blog.takwolf.com/2016/10/19/setup-nginx-on-ubuntu/index.html
CentOS安装
Last updated