kubernetes run wordpress
ConfigMap nginx-config kind: ConfigMap apiVersion:… 继续阅读 kubernetes run wordpress
ConfigMap nginx-config kind: ConfigMap apiVersion:… 继续阅读 kubernetes run wordpress
docker run -d –name php-fpm \ -p 9000:9000 \ -v /… 继续阅读 docker run php:7.4-fpm
nginx: client_max_body_size 50M; client_header_tim… 继续阅读 php上传大小限制
https://macncheese.finance/matic-polygon-%E4%B8%BB… 继续阅读 matic-polygon主网水龙头
如果后端的服务器返回502、504、执行超时等错误,自动将请求转发到upstream负载均衡池中的另… 继续阅读 nginx proxy_next_upstream实现故障转移
namespace app\controller; use OSS\OssClient; class… 继续阅读 php使用oss
下载地址: https://imagemagick.org/script/download.php … 继续阅读 Imagemgick缩放图片
redis扩展问题
官网下载对应版本扩展包: https://pecl.php.net/package/redis 安装… 继续阅读 php添加redis扩展
location / { index index.php index.html index.htm;… 继续阅读 nginx路径去掉index.php
报错: [error] 1233#0: *5 FastCGI sent in stderr: “PH… 继续阅读 [error] 1233#0: *5 FastCGI sent in stderr: “PHP message: PHP Warning: require(): open_basedir restriction in effect. File(/home/wwwroot/test/thinkphp/start.php) is not within the allowed path(s): (/home/wwwroot/test/public/:/tmp/:/proc/) in /home/wwwroot/test/public/index.php on line 17PHP message: PHP Warning:
wp-config.php /** * redis object cache配置 */ define… 继续阅读 redisearch插件加速wordpress搜索
在php里,是通过php://input 在gin中,可以通过c.Request.Body.Read… 继续阅读 gin获取post body
http proxy # 指定http代理IP和端口 curl -x 192.168.1.2:80 … 继续阅读 curl使用代理
ConfigMap nginx-config kind: ConfigMap apiVersion:… 继续阅读 kubernetes部署 php-fpm nginx应用
报错信息: 2021/03/21 06:07:35 [error] 23#23: *5 FastCG… 继续阅读 2021/03/21 06:07:35 [error] 23#23: *5 FastCGI sent in stderr: “Primary script unknown” while reading response header from upstream, client: 10.244.11.0, server: _, request: “GET /123.php HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9000”, host: “10.104.198.121”
在 wp-config.php 添加: define(‘WP_POST_REVISIONS’, fa… 继续阅读 关闭WordPress日志修订记录功能
安装 下载地址 需要php环境,mysql 创建mysql库nextcloud 报错信息: PHP … 继续阅读 nextcloud网盘安装
https://github.com/xiebruce/PicUploader nginx配置: r… 继续阅读 PicUploader图床工具
ThinkPHP 6 运行在 PHP8.0 报以下错误 Deprecated: Method Ref… 继续阅读 Deprecated: Method ReflectionParameter::getClass() is deprecated