会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
风许下的泪
博客园
首页
新随笔
联系
订阅
管理
2021年2月5日
未来的方向
摘要: 进阶高级: 分布式架构 高可用扩展 高性能 laravel YII2 Redis swoole swoft Kafka Mysql优化 shell脚本 Docker 微服务 nginx等多个知识点的高级进阶
阅读全文
posted @ 2021-02-05 16:28 风许下的泪
阅读(101)
评论(0)
推荐(0)
2021年1月15日
https://www.hc1989.com
摘要: https://www.hc1989.com 潋欣分享网,潋欣网络,资源分享,开源主题,主题下载,资源下载,软件下载,手机软件,手游下载,行业软件, 潋欣资源致力于分享精品软件资源,网站主题模板,网站源码,及免费提供网站建设资源下载等,是一个值得收藏的网站,集软件下载,手机软件,手游下载,行业软件,
阅读全文
posted @ 2021-01-15 14:53 风许下的泪
阅读(880)
评论(1)
推荐(0)
2019年12月18日
给nginx添加客户端的请求最大单文件限制
摘要: 在nginx.conf中添加如下。 client_max_body_size 10m; 允许客户端请求的最大单文件字节数 client_body_buffer_size 128k; 缓冲区代理缓冲用户端请 求的最大字节数 所有配置: include /usr/share/nginx/modules/
阅读全文
posted @ 2019-12-18 23:27 风许下的泪
阅读(918)
评论(0)
推荐(0)
nginx配置laravel项目
摘要: 在/etc/nginx/conf.d下新建一个laravel.conf文件,并编辑 写入如下文件即可 server { listen 80; server_name xxx; root "/www/public"; location / { index index.html index.htm in
阅读全文
posted @ 2019-12-18 23:24 风许下的泪
阅读(6427)
评论(0)
推荐(0)
nginx配置thinkphp项目(nginx下去掉index.php)
摘要: server { listen 80; server_name xxxxx; root "/www/public"; location / { index index.html index.htm index.php; if ( f $request_filename/index.html){ re
阅读全文
posted @ 2019-12-18 23:22 风许下的泪
阅读(1647)
评论(0)
推荐(0)
nginx下配置vue前端项目
摘要: server { listen 80; server_name _; root /opt/h5/index/; location / { index index.html index.htm index.php; if ( f $request_filename/index.html){ rewri
阅读全文
posted @ 2019-12-18 23:20 风许下的泪
阅读(1404)
评论(0)
推荐(0)
2019年9月27日
yum安装php7.2
摘要: yum安装php7.2 文章来源:https://www.cnblogs.com/hello tl/p/9404655.html 分享一个算是比较完美的php7.2yum安装 0.更换yum原 yum install epel release rpm Uvh https://mirror.webta
阅读全文
posted @ 2019-09-27 22:20 风许下的泪
阅读(3015)
评论(1)
推荐(0)
2019年9月23日
免费的api
摘要: 手机号码归属地API接口:https://www.juhe.cn/docs/api/id/11 历史上的今天API接口:https://www.juhe.cn/docs/api/id/63 股票数据API接口:https://www.juhe.cn/docs/api/id/21 全国WIFI接口:h
阅读全文
posted @ 2019-09-23 09:27 风许下的泪
阅读(157)
评论(0)
推荐(0)
2019年9月8日
记一次nginx配置伪静态规则
摘要: server { listen 80; server_name sss.cn; root "root/"; location / { index index.html index.htm index.php; if ( f $request_filename/index.html){ rewrite
阅读全文
posted @ 2019-09-08 14:14 风许下的泪
阅读(1550)
评论(0)
推荐(0)
2019年9月3日
jitamin配置(nginx设置)
摘要: server { listen 66; server_name 192.168.2.253; root "/var/www/jitamin/public"; location / { index index.html index.htm index.php; if ( f $request_file
阅读全文
posted @ 2019-09-03 10:53 风许下的泪
阅读(475)
评论(0)
推荐(0)
下一页
公告