khongshao

Results 2 issues of khongshao

在执行一条数据时可以正常入库,多条时就会提示类型错误

PostgreSQL

环境是docker 默认的影响容器(最新版本) 在本地响应非常快 一使用nginx代理响应就超时 ` location /worker { proxy_pass http://php:8000; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; rewrite /worker/(.*) /$1...