码迷,mamicode.com
首页 >  
搜索关键字:nginx failed error: during websocket handshake    ( 34556个结果
K8S 入门
一、启动pod 1. 手动启动 apiVersion: v1 kind: Pod metadata: name: nginx-test labels: app: nginx-test spec: containers: - name: nginx image: nginx imagePullPoli ...
分类:其他好文   时间:2021-03-15 11:26:20    阅读次数:0
Centos7.3 卸载 Nginx(彻底卸载) 并重新安装 Nginx(RPM源yum安装)
卸载nginx 首先输入命令 ps -ef | grep nginx检查一下nginx服务是否在运行。如果在运行就停止运行,需要在nginx的安装目录下的sbin执行,如果配置了环境就不需要了: ./nginx -s stop 查找、删除Nginx相关文件 查看Nginx相关文件: whereis ...
分类:其他好文   时间:2021-03-15 10:55:23    阅读次数:0
Linux部署Nginx服务器完整过程
1.上传安装包 在CRT中 Alt+p 打开文件上传页面sftp put (Windows中nginx存放目录) 2.解压安装包 在Linux中找到上传的Nginx压缩包 cd ~(一般在当前用户的工作目录下,或者sftp页面有提示) 把文件移到合适的地方解压(mv nginx-1.17.5.tar ...
分类:系统相关   时间:2021-03-15 10:46:21    阅读次数:0
Nginx发布项目完整过程
1.创建一个toutiao目录 cd /home mkdir toutiao 2.将项目上传到toutiao目录 项目上传详细见安装的一二步 3.解压项目 unzip web.zip 4.编辑Nginx配置文件cd /home/nginx-1.17.5/conf/nginx.conf (注意:配置刚 ...
分类:其他好文   时间:2021-03-15 10:44:43    阅读次数:0
nginx 1.8编译安装
##安装依赖 yum install gcc gcc-c++ automake pcre pcre-devel zlip zlib-devel openssl openssl-devel ##解压 tar xf nginx-1.18.0.tar.gz -C /data/ ##创建虚拟用户 usera ...
分类:其他好文   时间:2021-03-12 13:27:36    阅读次数:0
LNMP配置——Nginx配置 —— 默认虚拟主机
一、配置 首先修改配置文件 #vi /usr/local/nginx/conf/nginx.conf 在最后一个结束符号}前加一行配置: include vhost/*.conf; 意思就是/usr/local/nginx/conf/host下面的所有以.conf结尾的文件都会被加载 #mkdir ...
分类:其他好文   时间:2021-03-10 13:39:10    阅读次数:0
django error: django.db.utils.IntegrityError: NOT NULL constraint failed
用了一段时间的 python 的 django 框架,在修改 sqlite 数据库的时候遇到如下错误:django.db.utils.IntegrityError: NOT NULL constraint failed: new__ImageRecognition_answercx.user_id ...
分类:数据库   时间:2021-03-10 13:09:41    阅读次数:0
kubeadm init初始化时报错failed to pull image "k8s.gcr.io/kube-apiserver:v1.20.4": output: Error response from daemon: Get ht
在搭建k8s集群时需要初始化命令"kubeadm init",报错误,然后根据提示执行:"kubeadm config images pull",还报错,此处一万匹马在大草原奔腾~~~~~~~ 然后凭借自我感觉以及查询资料得出:是因为要下载k8s.gcr.io的docker镜像,但是国内连不上htt ...
分类:Windows程序   时间:2021-03-09 13:54:21    阅读次数:0
Error creating bean with name 'consoleConfig'
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'consoleConfig': Injection of autowired dependencies failed; ne ...
分类:其他好文   时间:2021-03-09 13:43:34    阅读次数:0
自动化运维工具ansible02
02·自动化运维工具Ansible ad-hoc MarkdownHTML 02·自动化运维工具-Ansible ad-hoc 02·自动化运维工具-Ansible ad-hoc Ansible ad-hoc Ansible命令模块 Ansible软件管理模块 Ansible文件管理模块 Ansib ...
分类:其他好文   时间:2021-03-09 13:31:52    阅读次数:0
34556条   上一页 1 ... 27 28 29 30 31 ... 3456 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!