安装配置nginx

Posted 张楠楠

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装配置nginx相关的知识,希望对你有一定的参考价值。

一、安装

1 使用brew安装nginx

brew install nginx

 

如果homebrew不是最新版本,会先更新,

Updating Homebrew...

当然可以设置不自动更新(网上搜吧。。)

 

 

2 安装完成之后,执行如下命令启动:

sudo nginx

 

若出现,

nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use)

nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use)

nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use)

nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use)

nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use)

 

有其它进程占用8080端口,可以打开/usr/local/etc/nginx/nginx.conf文件修改默认端口。

 

3 测试

 访问http://localhost:8080,将显示nginx的欢迎页面。

二、配置

1、因为默认端口是8080,常用端口经常引起冲突,可以更改配置文件的默认端口

sudo vim /usr/local/etc/nginx/nginx.conf
    #修改默认的8080端口为80

 

以上是关于安装配置nginx的主要内容,如果未能解决你的问题,请参考以下文章

linux学习:Nginx--常见功能配置片段与优化-06

Nginx——Nginx启动报错Job for nginx.service failed because the control process exited with error code(代码片段

Nginx 跨域

#VSCode保存插件配置并使用 gist 管理代码片段

nginx concat module 安装和配置

Linux源码安装nginx并配置