在mac上通过macport安装nginx
date
May 24, 2022
slug
16
status
Published
tags
Nginx
summary
在mac上通过macport安装nginx
type
Post
Book
更新macport
sudo port -d selfupdate安装nginx
sudo port install nginx启动nginx
sudo nginx如果启动nginx服务成功后,在浏览器输入
http://localhost后就能看到nginx的欢迎页面。查看配置文件路径
sudo nginx -t得到输出:
nginx: the configuration file /opt/local/etc/nginx/nginx.conf syntax is ok
nginx: configuration file /opt/local/etc/nginx/nginx.conf test is successful/opt/local/etc/nginx/nginx.conf就是配置文件的路径