侧边栏壁纸
  • 累计撰写 58 篇文章
  • 累计创建 67 个标签
  • 累计收到 1 条评论

Nginx 安装配置

lihaocheng
2018-03-15 / 0 评论 / 0 点赞 / 359 阅读 / 270 字
温馨提示:
晚上记得开启夜间模式哦

一、安装 Nginx

apt-get install nginx

二、配置 Nginx

vim /etc/nginx/nginx.conf

三、Nginx 语法检查

cd /usr/sbin
.nginx -t

如果现实下面内容,则说明 nignx.conf 没有语法问题

nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful

四、重启 Nginx

cd /usr/sbin
.nginx -s reload
0
博主关闭了当前页面的评论