赞
踩
sudo brew install nginx
nginx -v
sudo nginx
在浏览器中访问 http://localhost:8080,如果正常访问代表启动成功-默认是 http://localhost:8080 可以在配置文件中修改,具体看最下面
sudo nginx -s stop
sudo nginx -s reload
nginx -s reload 重新加载配置
nginx -s reopen 重启
nginx -s stop 停止
nginx -s quit 退出
nginx -V 查看版本,以及配置文件地址
nginx -v 查看版本
nginx -c filename 指定配置文件
nginx -h 帮助
打包文件放置位置-找到usr/local/var/www/dist 文件夹 然后将打包后的文件放入到dist文件中, 这目录是可以在配置文件中配置的。
配置文件在usr/local/etc/nginx/nginx.conf 具体看图 基本不需要改动,注意端口被占用的情况~
把需要部署的前端项目打包后放到指定位置,然后再执行启动nginx命令,就能在对应的地址访问了~
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。