码迷,mamicode.com
首页 > Web开发 > 详细

ubantu 安装nginx HTTP反向代理服务器

时间:2018-12-31 17:22:10      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:systemctl   pre   ubunt   war   slice   roc   sbin   upd   code   

  

 
Nginx发音的“engine x”是一个免费的开源高性能HTTP和反向代理服务器,负责处理互联网上一些最大的网站的负载。 本教程将概述在Ubuntu 18.04机器上安装和管理Nginx的步骤。

安装Nginx

Nginx的软件包在Ubuntu默认软件仓库中可用。 安装非常简单,只需键入以下命令:

sudo apt update
sudo apt install nginx

安装完成后,请检查Nginx服务的状态和版本:

linuxidc@linuxidc:~$ sudo systemctl status nginx
[sudo] linuxidc 的密码:

输出:

● nginx.service - A high performance web server and a reverse proxy server
  Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: en
  Active: active (running) since Sat 2018-05-05 21:54:25 CST; 1 day 7h ago
    Docs: man:nginx(8)
 Main PID: 2188 (nginx)
    Tasks: 5 (limit: 4471)
  CGroup: /system.slice/nginx.service
          ├─2188 nginx: master process /usr/sbin/nginx -g daemon on; master_pro
          ├─2189 nginx: worker process
          ├─2190 nginx: worker process
          ├─2191 nginx: worker process
          └─2192 nginx: worker process

5月 05 21:54:17 linuxidc systemd[1]: Starting A high performance web server and 
5月 05 21:54:24 linuxidc nginx[2032]: nginx: [warn] conflicting server name "lin
5月 05 21:54:25 linuxidc nginx[2187]: nginx: [warn] conflicting server name "lin
5月 05 21:54:25 linuxidc systemd[1]: Started A high performance web server and a

 

ubantu 安装nginx HTTP反向代理服务器

标签:systemctl   pre   ubunt   war   slice   roc   sbin   upd   code   

原文地址:https://www.cnblogs.com/duanlinxiao/p/10202280.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!