Stella981 Stella981
3年前
LNMP环境下Nginx、PHP、MySQL优化
修改/usr/local/php/etc/phpfpm.confPHP5.2调整:max\_children的值PHP5.3以上版本调整:pm.min\_spare\_servers和pm.max\_spare\_servers的值适当增加最大值可以按内存xxMB/2/20的整数来算,最小值可以按内存/2/40的整数来算,可以少点或多大。如果
Stella981 Stella981
3年前
2020 ccf 华为Serverless工作负载预测baseline score=0.0846分享
赛题地址:https://www.datafountain.cn/competitions/468/datasets(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.datafountain.cn%2Fcompetitions%2F468%2Fdatasets)0.0846
可莉 可莉
3年前
2020 ccf 华为Serverless工作负载预测baseline score=0.0846分享
赛题地址:https://www.datafountain.cn/competitions/468/datasets(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.datafountain.cn%2Fcompetitions%2F468%2Fdatasets)0.0846
Stella981 Stella981
3年前
Django + Uwsgi + Nginx 实现生产环境部署
本节内容uwsgi介绍uwsgi安装使用nginx安装配置djangowithnginx如何在生产上部署Django?Django的部署可以有很多方式,采用nginxuwsgi的方式是其中比较常见的一种方式。uwsgi介绍uWSGI是一个Web服务器,它实现了WSGI协议、uwsgi、http等协议。N
Stella981 Stella981
3年前
Nginx打印请求头和响应头
http{log_formatlog_req_resp'$remote_addr$remote_user$time_local''"$request"$status$body_bytes_sent'"$http_referer""$http_user_agent"$http_x_real_
Stella981 Stella981
3年前
Linux工具安装和常用配置
1常用开发工具安装1Nginx系列(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fwyy1234%2Fcategory%2F1443110.html)2mongoDB系列(https://www.o
Stella981 Stella981
3年前
Centos8下安装nginx【转】
Centos8下安装nginx准备工作(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2Fpipichao%2Farticle%2Fdetails%2F105542286%23_4)开始安装(https://www.osch
Wesley13 Wesley13
3年前
Linux Nginx安装以及可能出现错误
转载请标明出处http://coderknock.com(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fcoderknock.com)
Stella981 Stella981
3年前
Fastdfs安装_nginx进行图片动态压缩
说明1.因为上传的图片较大,部分页面直接引用图片地址,则造成页面加载缓慢问题。2.考虑到服务器空间问题,我们没有进行上传缩略图。仅仅是上传了原图3.为了优化页面加载图片的时间问题,所以对图片进行动态缩放。PS:如果访问量较高,建议进行存储缩略图图片缩放采用nginx的http\_image\_filter\_module
胖大海 胖大海
2年前
Nginx通用语法规则说明
一、Nginx配置语法:配置文件有指令与指令块构成每条指令以;分号结尾,指令与参数间以空格符号分隔指令块以{}大括号将多条指令组织在一起include语句允许组合多个配置文件以提升可维护性使用符号添加注释,提高可读性