mac 下安装Nginx 和 反向代理
1. 安装Nginx,终端下执行:
2. 启动nginx服务
3. 查看Nginx版本
4. nginx文件目录
打开访达,shift + command + g 输入文件路径,可直接查看文件
nginx安装文件目录
/usr/local/Cellar/nginx
nginx配置文件目录
/usr/local/etc/nginx
config文件目录
/usr/local/etc/nginx/nginx.conf
系统hosts位置
/private/etc/hosts
5. nginx常用命令
nginx #启动nginx
nginx -s quit #快速停止nginx
nginx -V #查看版本,以及配置文件地址
nginx -v #查看版本
nginx -s reload|reopen|stop|quit #重新加载配置|重启|快速停止|安全关闭nginx
nginx -h #帮助
7. 卸载nginx
brew uninstall nginx
参考文件:https://www.jianshu.com/p/026... https://www.jianshu.com/p/5c23b09d443f
相关推荐
ssihc0 2020-11-11
nginxs 2020-11-14
Guanjs0 2020-11-13
小木兮子 2020-11-11
yserver 2020-11-11
windle 2020-11-10
HanksWang 2020-11-10
liuchen0 2020-11-10
Freshairx 2020-11-10
ccschan 2020-11-10
liwf 2020-11-10
Guanjs0 2020-11-09
AderStep 2020-11-09
zrtlin 2020-11-09
mqfcu 2020-11-10
windle 2020-10-29