博客为日常工作学习积累总结:

1.安装依赖包

      安装pcre :yum install pcre pcre-devel -y

           安装openssl:yum install openssl openssl-devel -y

           检查安装包:rpm -qa pcre pcre-devel

                   pcre-7.8-7.el6.x86_64

                   pcre-devel-7.8-7.el6.x86_64

           切换至国内yum源:wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo

           安装nginx:地址:http://nginx.org/download/nginx-1.14.2.tar.gz

      创建安装用户:useradd oldboy    passwd oldboy

           放置路径:/home/oldboy/tools

               网络下载:wget -q http://nginx.org/download/nginx-1.14.2.tar.gz

               解压:tar xf nginx-1.14.2.tar.gz

ls           auto  CHANGES  CHANGES.ru  conf  configure  contrib  html  LICENSE  man  README  src

查看nginx安装包:yum list | grep nginx

     为配置文件添加用户:useradd nginx

              配置文件:./configure --prefix=/application/nginx --user=nginx --group=nginx --with-http_ssl_module --with-http_mp4_module --with-http_flv_module

           ./configure --help

         编译:make (make & make install)

        编译后安装:make install

              将带版本的去掉创建软连接:ln -s /application/nginx-1.6.3/ /application/nginx

    启动:/application/nginx/sbin/nginx

查询端口:netstat -lntup|grep 80       lsof -i :80

查看nginx版本:/application/nginx/sbin/nginx -V

              优化去掉注释:egrep -v "#|^$" nginx.conf.default >nginx.conf

               /application/nginx/sbin/nginx -t

               /application/nginx/sbin/nginx -s reload

        ln -n /application/nginx/sbin/nginx  /usr/bin/nginx

2.设置开机自启动:

      参考链接:https://www.cnblogs.com/jepson6669/p/9131217.html

      进入到:cd /lib/systemd/system/

      创建服务文件:vim nginx.service

 [Unit]
Description=nginx service
After=network.target [Service]
Type=forking
ExecStart=/application/nginx/sbin/nginx
ExecReload=/application/nginx/sbin/nginx -s reload
ExecStop=application/nginx/sbin/nginx -s quit
PrivateTmp=true [Install]
WantedBy=multi-user.target

      加入开机自启动:systemctl enable nginx

      取消开机自启动:systemctl disable nginx

      常用命令使用:          

            systemctl start nginx.service          启动nginx服务

            systemctl stop nginx.service           停止服务

            systemctl restart nginx.service        重新启动服务

            systemctl list-units --type=service     查看所有已启动的服务

            systemctl status nginx.service          查看服务当前状态

            systemctl enable nginx.service          设置开机自启动

            systemctl disable nginx.service         停止开机自启动

      常见错误处理:systemctl daemon-reload

3.跑一个项目测试:

 worker_processes  ;

 events {

     worker_connections  ;

 }

 http {

     include       mime.types;

     default_type  application/octet-stream;

     sendfile        on;

     keepalive_timeout  ;

     upstream ofmovie {

         server 192.168.50.188:;

         server 192.168.50.188:;

         server 192.168.50.188:;

         server 192.168.50.188:;

     }

     server {

         listen       ;

         server_name  ofmovie.flybird.com;

         location / {

             root   html;

             index  index.html index.htm;

             proxy_pass http://ofmovie;

         }

     }

 }

     

        运行自己做的项目:

          [root@mould ~]# cd /data/movie/

          nohup python manage.py runserver -h 192.168.50.188 -p 5001

          nohup python manage.py runserver -h 192.168.50.188 -p 5002

          nohup python manage.py runserver -h 192.168.50.188 -p 5003

          nohup python manage.py runserver -h 192.168.50.188 -p 5004

04.nginx使用的更多相关文章

  1. Ubuntu14.04(nginx+php+mysql+vsftp)配置安装流程

    Ubuntu14.04(nginx+php+mysql+vsftp)配置安装流程 1.先切换到root用户 sudo  su 2.更新软件源 apt update apt-get upgrade 3. ...

  2. zabbix快速安装(Ubuntu18.04, Nginx)

    ubuntu18.04快速安装zabbix4.0 https://blog.csdn.net/qq_33317586/article/details/83867756 需要安装的东西:nginx,ph ...

  3. 04 . Nginx的Rewrite重写

    Rewrite简介 # Rewrite对应URL Rewrite,即URL重写,就是把传入web的请求重定向到其他URL的过程. # 当运维遇到要重写情况时,往往是要程序员把重写规则写好后,发给你,你 ...

  4. 阿里云Ubuntu 14.04 + Nginx + let's encrypt 搭建https访问

    参考页面: https://certbot.eff.org/#ubuntutrusty-nginx http://bbs.qcloud.com/thread-12059-1-1.html http:/ ...

  5. 04: nginx部署vue

    1.1 基本配置 server { listen 9000; server_name 1.1.1.3; #access_log logs/access_example.log main; root / ...

  6. ubuntu14.04 +nginx+php5-fpm

    一,安装Nginx apt-get install nginx 1,配置nginx nginx所有的配置在 /etc/nginx/nginx.conf中 nginx.conf配置里面包括了 inclu ...

  7. ubuntu 13.04 nginx.conf 配置详解

    1.nginx.conf 文件,路径为:/etc/nginx/agin.conf #使用的用户和组 user www-data; #指定工作衍生进程数(一般等于CPU总核数或总核数的两倍) worke ...

  8. ubuntu16.04 nginx安装

    .gcc.g++依赖库 apt-get install build-essential apt-get install libtool .安装 pcre依赖库(http://www.pcre.org/ ...

  9. 阿里云Ubuntu 14.04 + Nginx + .net core + MySql

    前段时间帮朋友写了一个网站,现在做一个记录. .Net Core 安装: curl https://packages.microsoft.com/keys/microsoft.asc | gpg -- ...

随机推荐

  1. 【创客+】偷心锁屏创始人Jerry创业心得分享

    偷心锁屏创始人Jerry创业心得分享 作者:Jerry权泉,偷心锁屏创始人 我创业的起因非常偶然.08年在东京早稻田大学读博士期间,每周六都去社区活动中心跟日本人志愿者日语对话练习日语.有一次练习结束 ...

  2. 【热门活动】开年好运开门来!送祝福,赢iPad

    羊年新的云端征程起航,阿里云邀请了众多云上客户给大家送祝福啦,听听他们的寄语,用云计算增强你的竞争力,一起赢在云端! 想赢iPad吗?参与我们的微博活动,和大家一起送上云端祝福,就有机会把iPad带回 ...

  3. c 读取整个文件内容

    char* textFileRead(char* filename){char* text;FILE *pf = fopen(filename,"r");fseek(pf,0,SE ...

  4. Session、Cookie详解(2)

    session是web开发里一个重要的概念,在大多数web应用里session都是被当做现成的东西,拿来就直接用,但是一些复杂的web应用里能拿来用的session已经满足不了实际的需求,当碰到这样的 ...

  5. CentOS 附加软件包

    本人初学 CentOS,安装软件与 windows 下区别很大,大部分得通过 yum install xxx .这有个问题,一方面 yum 资源有限,另一方面 yum 默认装的版本较低.比如 Cent ...

  6. cookie的初识和运用(js和jq)

    cookie是什么 cookie是浏览器提供的一种机制,它将document 对象的cookie属性提供给JavaScript.可以由JavaScript对其进行控制,而并不是JavaScript本身 ...

  7. MongoDB安装步骤

    安装C:\Users\Administrator>d:\mongo\bin\mongod -dbpath=D:\ND.Monodb\ND.Monodb.db -logpath=D:\ND.Mon ...

  8. 程序单一实例实现 z

    不少应用程序有单一实例的需求,也就是同时只能开启一个实例(一般也就是一个进程). 实现的方式可能有判断进程名字,使用特殊文件等等,但是最靠谱的方式还是使用系统提供的 Mutex 工具. Mutex是互 ...

  9. 【Leetcode】【Medium】Binary Tree Inorder Traversal

    Given a binary tree, return the inorder traversal of its nodes' values. For example:Given binary tre ...

  10. SpringBoot页面访问处理

    SpringBoot页面访问处理 1.介绍 Springboot推荐使用thymeleaf模板引擎搭载html页面实现jsp动态渲染效果,因此这里才会用该种方案进行. 2.集成步骤 引入thymele ...