在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就是配置文件的路径
 

© LewisWong 2021 - 2025