1、安装nginx#rpm-vihhttp://nginx.org/packages/rhel/7/x86_64/RPMS/nginx-1.16.0-1.el7.ngx.x86_64.rpm2、安装docker#tarzxvfdocker-18.09.6.tgzmkdir/etc/docker#mvdocker/*/usr/bin#mkdir/etc/docker#mvdaemon.json/et
分类:
其他好文 时间:
2020-05-26 23:27:38
阅读次数:
93
一、添加Nginx到YUM源 # sudo rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm 二、安装nginx # sudo yum install ...
分类:
其他好文 时间:
2020-05-26 18:03:50
阅读次数:
87
安装步骤 添加Nginx到YUM源 sudo rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm 安装Nginx sudo yum install -y ...
分类:
其他好文 时间:
2020-05-26 01:07:35
阅读次数:
100
U2FsdGVkX1+uEThAtZ3y8NgX6oduNWqpQ8dZdYRz5SeiU8ftTPZG7Cv5H5AeYj7bScPgp3Rsgo6LagceZ/FX9O2K7NECnbL/ALLoiqsFZoqNZPaTvBwZIMMU4ELlX3WLj8P9SL6pPKlfr8jkPfnV6c ...
分类:
其他好文 时间:
2020-05-24 12:03:34
阅读次数:
10014
一、centos7安装nginx 1、添加yum源 rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm 2、安装 yum install nginx - ...
分类:
其他好文 时间:
2020-05-23 18:20:24
阅读次数:
48
博客转自:https://www.cnblogs.com/yangxi/archive/2012/02/21/2361801.html OpenGL小程序,实现了点击屏幕中矩形拖动的功能。 #include <windows.h> #include <GL/glut.h> static GLint ...
分类:
其他好文 时间:
2020-05-22 00:13:15
阅读次数:
51
Openresty 操作cookie共有两种方法: 1、直接操作 1.1 获取Cookie 获取所有cookie: ngx.var.http_cookie, 这里获取的是一个字符串,如果不存在则返回nil 。 获取单个cookie: ngx.var.cookie_username, 获取单个cook ...
分类:
其他好文 时间:
2020-05-21 16:17:26
阅读次数:
76
"nginx documentation" Compile "Building nginx from Sources" Reload Auto Index "Module ngx_http_autoindex_module" ...
分类:
其他好文 时间:
2020-05-21 13:12:17
阅读次数:
56
安装nginx yum -y install wget wget http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm yum -y install nginx 安装mys ...
分类:
其他好文 时间:
2020-05-20 14:05:08
阅读次数:
63
一:Centos7Yum安装配置指定版本nginx 1、安装 rpm -ivh http://nginx.org/packages/centos/7/x86_64/RPMS/nginx-1.16.1-1.el7_4.ngx.x86_64.rpm 2、启动 并验证 启动命令systemctl star ...
分类:
其他好文 时间:
2020-05-19 18:38:39
阅读次数:
130