Loading...
1. 更换yum源rm -rf /etc/yum.repos.d/* curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.re...
第一坑 迁移完成页面一直报错如下其实算是宝塔的坑 不算k8s的No input file specified.其实多年经验phper肯定也不是第一次看到这个报错一般都是项目目录没权限 或者php-fpm用户和用户组与项目目录不一致一般只需以下操作以后 即可正常访问chmod 777 -R www.nikm.cn chown -R www:www www.nikm.cn这次从宝塔迁移到k8s一...
nginx的proxy_pass分为两种类型不带url方式 例 http://localhost:8080带url方式 例 http://localhost:8080/ http://localhost:8080/aaa http://localhost:8080/aa/bb具体处理方式对于不带url方式 nginx将会保留location中路径部分 也就是将nginx接收到的访问路径 原样...
首先确认在centos7服务器已安装的git版本git --version移除当前版本gityum remove git yum remove git-*添加End Point库yum install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm安装gityum install git再次...
1. 安装前环境配置 全部机器都执行1.1 各个机器设置自己的hostnamehostnamectl set-hostname master-0x(worker-0x)1.2 将SELinux禁用setenforce 0 sed -i 's/^SELINUX=enforcing$/SELINUX=permissive/' /etc/selinux/config1.3 关闭swapswapof...