摘要: 进阶高级: 分布式架构 高可用扩展 高性能 laravel YII2 Redis swoole swoft Kafka Mysql优化 shell脚本 Docker 微服务 nginx等多个知识点的高级进阶 阅读全文
posted @ 2021-02-05 16:28 风许下的泪 阅读(78) 评论(0) 推荐(0) 编辑
摘要: https://www.hc1989.com 潋欣分享网,潋欣网络,资源分享,开源主题,主题下载,资源下载,软件下载,手机软件,手游下载,行业软件, 潋欣资源致力于分享精品软件资源,网站主题模板,网站源码,及免费提供网站建设资源下载等,是一个值得收藏的网站,集软件下载,手机软件,手游下载,行业软件, 阅读全文
posted @ 2021-01-15 14:53 风许下的泪 阅读(727) 评论(1) 推荐(0) 编辑
摘要: 在nginx.conf中添加如下。 client_max_body_size 10m; 允许客户端请求的最大单文件字节数 client_body_buffer_size 128k; 缓冲区代理缓冲用户端请 求的最大字节数 所有配置: include /usr/share/nginx/modules/ 阅读全文
posted @ 2019-12-18 23:27 风许下的泪 阅读(825) 评论(0) 推荐(0) 编辑
摘要: 在/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 风许下的泪 阅读(6410) 评论(0) 推荐(0) 编辑
摘要: 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 风许下的泪 阅读(1588) 评论(0) 推荐(0) 编辑
摘要: 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 风许下的泪 阅读(1398) 评论(0) 推荐(0) 编辑
摘要: 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 风许下的泪 阅读(2953) 评论(1) 推荐(0) 编辑
摘要: 手机号码归属地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 风许下的泪 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 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 风许下的泪 阅读(1546) 评论(0) 推荐(0) 编辑
摘要: 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 风许下的泪 阅读(434) 评论(0) 推荐(0) 编辑