随笔分类 - [后端技术栈] Nginx
摘要:一、Nginx 简介 1、Nginx概述 Nginx ("engine x") 是一个高性能的 HTTP 和反向代理服务器,特点是占有内存少,并发能力强,事实上 nginx 的并发能力确实在同类型的网页服务器中表现较好,中国大陆使用 nginx 网站用户有:百度、京东、新浪、网易、腾讯、淘宝等 2、
阅读全文
摘要:看视频内卷过程中,突然发现防火墙有些命令在我的服务器执行报错。一秒想到是centos版本原因。果断找到正确命令执行。 旧版本命令: firewall-cmd --add-service=http –permanent sudo firewall-cmd --add-port=80/tcp --per
阅读全文
摘要:WSGI django自带的wsgiref 在调试模式下使用的wsgi的文件,网关接口,协议 uwsgi:协议 uWSGI:具体实现方式 安装 ``` pip3 install uwsgi -i https://pypi.douban.com/simple ``` 准备django程序 启动 ```
阅读全文
摘要:nginx的日志 ``` #log_format main '$remote_addr - $remote_user [$time_local] "$request" ' # '$status $body_bytes_sent "$http_referer" ' # '"$http_user_age
阅读全文
摘要:nginx web服务 apache iis django web框架 lvs 负载均衡 章文嵩博士 vue 尤雨溪 Tengine F5 硬件负载 A10 安装 ``` wget http://nginx.org/download/nginx-1.16.1.tar.gz tar xf nginx-
阅读全文