码迷,mamicode.com
首页 >  
搜索关键字:nginx redhat 启动脚本    ( 31052个结果
linux上编译nginx 实现网页开发
wget http://nginx.org/download/nginx-1.16.1.tar.gz # 解压 tar -xzf nginx-1.16.1.tar.gz cd nginx-1.16.1 # yum升级 yum update # yum安装依赖 yum -y install gcc p ...
分类:Web程序   时间:2021-05-24 15:28:40    阅读次数:0
如何在 CentOS 系统中安装和配置 nginx 服务? 原创
由于目前负责公司 DevOps 平台的前端开发工作的原因,工作中会经常遇到 nginx 服务器相关的维护工作,通过学习和工作实践积累了一些 nginx 服务器的相关配置经验和知识积累。 在之前的《前端性能优化 – 启用 GZip 压缩》一文中就给大家介绍过如何在 nginx 中开启 gzip。并且也 ...
分类:其他好文   时间:2021-05-24 14:01:55    阅读次数:0
Linux yum命令
Linux yum命令 1. yum简介 yum( Yellow dog Updater, Modified)是一个在 Fedora 和 RedHat 以及 SUSE 中的 Shell 前端软件包管理器。 基于 RPM 包管理,能够从指定的服务器自动下载 RPM 包并且安装,可以自动处理依赖性关系, ...
分类:系统相关   时间:2021-05-24 13:44:45    阅读次数:0
k8s mandatory.yaml & service-nodeport.yaml
尝试做 ingress 实验,发现被畜生的墙拦住下载不了 mandatory.yaml & service-nodeport.yaml。 https://raw.githubusercontent.com/kubernetes/ingress-nginx/nginx-0.30.0/deploy/st ...
分类:其他好文   时间:2021-05-24 11:09:02    阅读次数:0
win10 添加Nginx 到服务
Nginx 下载与安装 Nginx 下载地址:http://nginx.org/en/download.html 选择windows版本,我使用的是 nginx/Windows-1.18.0 这个版本 下载完成后, 直接解压缩 将Nginx 添加到服务中去 下载工具 winsw: http://re ...
分类:Windows程序   时间:2021-05-24 10:38:57    阅读次数:0
postsql
https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm yum install postgresql13-contrib postgresql13-se ...
分类:数据库   时间:2021-05-24 10:29:11    阅读次数:0
Ubuntu14.04下Odoo使用Nginx修改8069端口为80
安装nginx 1 sudo apt-get install -y nginx 修改配置文件 1 vi /etc/nginx/nginx.conf 2 #注释掉下面这行代码 3 #include /etc/nginx/sites-enabled/*; 4 #保存 在/etc/nginx/conf.d ...
分类:系统相关   时间:2021-05-24 09:40:00    阅读次数:0
使用yum方式安装的openresty参数
nginx version: openresty/1.19.3.1 built by gcc 8.3.1 20190311 (Red Hat 8.3.1-3) (GCC) built with OpenSSL 1.1.1h 22 Sep 2020 (running with OpenSSL 1.1. ...
分类:其他好文   时间:2021-05-24 09:34:56    阅读次数:0
nginx 配置html后缀当php解析
修改php-fpm.conf security.limit_extensions = .php .html 查看php-fpm.conf内listen,如果是端口则nginx.conf server内容为 location ~ \.php|\.html(.*)$ { fastcgi_pass 127 ...
分类:Web程序   时间:2021-05-24 09:26:26    阅读次数:0
六、nginx 搭建高可用集群
1、什么是 nginx 高可用 (1)需要两台 nginx 服务器 (2)需要 keepalived (3)需要虚拟 ip 2、配置高可用的准备工作(1)需要两台服务器 192.168.17.129 和 192.168.17.131 (2)在两台服务器安装 nginx (3)在两台服务器安装 kee ...
分类:其他好文   时间:2021-05-24 08:39:55    阅读次数:0
31052条   上一页 1 ... 10 11 12 13 14 ... 3106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!