如何在mac下安装nginx反向代理
1个回答
展开全部
在Mac安装的时候比较简单
brew install nginx
在安装好后,按以往的经验直接sudo nginx,结果报错了。
dyld: Library not loaded: /usr/local/lib/libpcre.1.dylib
Referenced from: /usr/local/bin/nginx
Reason: image not found
Google之,运行brew doctor。再次显示错误。
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
mackup
pcre
按照提示去运行brew link mackup和brew link pcre。
这样就算是安装好了。
操作
根据查到的资料,要做一个配置文件。
events {
worker_connections 1024;
}
http {
server {
listen 9000;
server_name localhost;
location / {
root /Users/limi/code/hypclass-webpage/run/;#网站的跟路径
index index.html index.htm;
}
}
}
这是最精简的配置了,不过好像nginx配置网站的地址只支持绝对路径。
然后看了一下官方的指南把启动命令改了,貌似正确的是这样。
sudo nginx -c /Users/limi/code/website/nginx.conf
到此浏览器输入,正常显示了。
最后要把nginx关掉,再次查看文档查命令。
nginx -s stop
nginx -s quit
貌似都可以关闭,至于有什么区别,日后在看。
brew install nginx
在安装好后,按以往的经验直接sudo nginx,结果报错了。
dyld: Library not loaded: /usr/local/lib/libpcre.1.dylib
Referenced from: /usr/local/bin/nginx
Reason: image not found
Google之,运行brew doctor。再次显示错误。
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
mackup
pcre
按照提示去运行brew link mackup和brew link pcre。
这样就算是安装好了。
操作
根据查到的资料,要做一个配置文件。
events {
worker_connections 1024;
}
http {
server {
listen 9000;
server_name localhost;
location / {
root /Users/limi/code/hypclass-webpage/run/;#网站的跟路径
index index.html index.htm;
}
}
}
这是最精简的配置了,不过好像nginx配置网站的地址只支持绝对路径。
然后看了一下官方的指南把启动命令改了,貌似正确的是这样。
sudo nginx -c /Users/limi/code/website/nginx.conf
到此浏览器输入,正常显示了。
最后要把nginx关掉,再次查看文档查命令。
nginx -s stop
nginx -s quit
貌似都可以关闭,至于有什么区别,日后在看。
Storm代理
2023-05-30 广告
2023-05-30 广告
StormProxies是全球大数据IP资源服务商,其住宅代理网络由真实的家庭住宅IP组成,可为企业或个人提供满足各种场景的代理产品。点击免费测试(注册即送1G流量)StormProxies有哪些优势?1、IP+端口提取形式,不限带宽,IP...
点击进入详情页
本回答由Storm代理提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询