flask + uwsi + nginx upstream ti

2020-10-17  本文已影响0人  fllare

问题:upstream timed out (110: Connection timed out) while reading response header from upstream
原因:uwsgi.ini配置文件使用了http配置服务, 应使用socket。如: http=127.0.0.1:5001 改成socket=127.0.0.1:5001

上一篇下一篇

猜你喜欢

热点阅读