腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(3943)
视频
沙龙
1
回答
读取上游时出现http 403错误+ "readv()失败(104:对等重置连接)“
django
、
amazon-web-services
、
nginx
、
amazon-ec2
、
gunicorn
前言:我正在使用s3boto作为默认存储后端
的
亚马逊ec2实例上运行
nginx
+
gunicorn
+
django
。我是自由层。ec2安全组允许: http、ssh和https。我试图发送一个包含单个元素
的
多部分/表单数据请求:一张照片。尝试上传照片时,iPhone (请求来自
的
位置)挂起。这张照片
的
大小约为9.5MB。当我检查
nginx
-access.logs时: "POST /myUrl/ HTTP
浏览 0
提问于2014-09-08
得票数 2
1
回答
502
Bad
Gateway
django
nginx
+
gunicorn
django
、
nginx
、
gunicorn
我使用post请求将大量数据从用户输入(textarea)加载到数据库(18k lines),并得到
502
Bad
Gateway
错误。当我打印sudo nano /var/log/
nginx
/error.log时,我得到了这样
的
信息: 2018/09/06 10:21:04 [alert] 19688#19688: *3 open socketupstream prematurely closed connection while readin
浏览 0
提问于2018-09-06
得票数 0
回答已采纳
1
回答
502
NGINX
、
Gunicorn
、
Django
的
Bad
Gateway
django
、
nginx
、
gunicorn
我试着用这个和
NGINX
和
Gunicorn
建立一个项目。但是,我一直收到
502
错误网关错误。下面是我
的
服务器配置: listen 80; access_log /webapps/nexus/logs/
nginx
/nexus-staging.chop.edu.access.log main; error_log /webapps
浏览 31
提问于2017-02-18
得票数 2
回答已采纳
2
回答
使用Selenium和
Django
的
DigitalOcean (
gunicorn
/
nginx
)
的
502
个坏网关
django
、
selenium
、
nginx
、
gunicorn
、
digital-ocean
我有一个使用Selenium和
Django
的
DigitalOcean网络应用程序(
gunicorn
/
nginx
)。我正在尝试从3个网站抓取数据,并将这些数据保存在数据库中,但如果处理时间超过60秒,则会出现此错误
nginx
/1.14.0 (Ubuntu) 如何延长或禁用
nginx
的
响应等待时间
浏览 10
提问于2020-02-28
得票数 2
回答已采纳
1
回答
502
Bad
Gateway
,
Django
,
Nginx
,
Gunicorn
,Postgresql,Virtualenv
django
、
postgresql
、
nginx
、
gunicorn
、
digital-ocean
我一直试图在数字海洋上部署一个小测试应用程序,我遵循了许多教程,比如:昨晚我试了一次,我发现这是最近
的
一次:[2015-02-20 07:02:55 +0000] [6094] [INFO] Booting worker with pid: 6094 在/var/log/
nginx
blog/static
浏览 3
提问于2015-02-20
得票数 0
回答已采纳
2
回答
数字海洋:一键
Django
不会路由我
的
域名,糟糕
的
网关
python
、
django
、
nginx
、
gunicorn
、
digital-ocean
用ubuntu 16,
nginx
和
gunicorn
一键点击
的
django
没有路由我
的
域名。当我在地址栏中输入IP地址时,它可以工作,但当我使用域时,我得到
的
是
502
Bad
Gateway
nginx
/1.10.3 (Ubuntu)。查看
nginx
错误日志,我看到: 2017/10/16 19:05:18 [error] 23017#23017: *80 upstrea
浏览 0
提问于2017-10-17
得票数 0
1
回答
配置
Gunicorn
:未指定应用程序模块
python
、
django
、
nginx
、
gunicorn
、
digital-ocean
我正在尝试使用
NGINX
和
gunicorn
部署一个
django
项目。我一直收到
502
Bad
Gateway
。在过去
的
几天里,我一直在不间断地工作,但我似乎无法部署它。我已经看了3个关于数字海洋
的
教程,但很明显,它们是不正确
的
。 我一直收到
502
个错误
的
网关,或者如果我尝试使用manage.py runserver,我会得到400个错误
的
请求。我觉得我
的
问题出在黑
浏览 0
提问于2014-11-05
得票数 8
回答已采纳
1
回答
码头集装箱不运行-码头-合成
django
、
docker
、
nginx
、
gunicorn
、
digital-ocean
我试图在码头集装箱中运行
django
-react应用程序,并尝试在数字海洋上部署它。:
gunicorn
server.wsgi:application --bind 0.0.0.0:8000 - static_volume:/usr/src/app和web是列出
的
,而不是web。我得到了
502
Bad
Gateway
-
nginx
/1.21.3错误更新: 当我在
DJAN
浏览 0
提问于2021-10-13
得票数 0
回答已采纳
1
回答
502
网关在30秒后损坏
nginx
、
gunicorn
、
bad-gateway
我网站上
的
一个页面需要在服务器上进行长时间
的
计算(~2分钟)。如果我在本地主机上运行这个网站,它工作得很好。但在生产中,当~30秒时。下面是我在
nginx
conf中
的
http部分: http {# See http://
nginx
.org/en/docs
浏览 30
提问于2020-04-13
得票数 0
2
回答
502
坏网关:[
nginx
/1.4.7]
python
、
django
、
nginx
、
gunicorn
我正在使用
gunicorn
和
nginx
server.Project配置
django
(1.6.5)项目,并成功地与
django
basic服务器python manage.py runserver.And一起工作,之后我在/etc/
nginx
/
nginx
.conf.When
的
nginx
.conf文件中配置了
gunicorn
myproject.wsgi:application --bind=127.0.
浏览 3
提问于2014-05-29
得票数 0
回答已采纳
11
回答
(13:拒绝许可)连接上游时:[
nginx
]
django
、
python-2.7
、
nginx
、
gunicorn
我正在使用
Nginx
和
Gunicorn
配置
Django
项目。在访问
Nginx
服务器中
的
端口
gunicorn
mysite.wsgi:application --bind=127.0.0.1:8001时,我在错误日志文件中得到以下错误; 2014/05/30 11当连接到上游时,客户端: 127.0.0.1,服务器:本地主机,请求:"GET / HTTP/1.1",上游:"http://127.0.
浏览 15
提问于2014-05-30
得票数 385
回答已采纳
1
回答
Python call_command权限
gunicorn
+
nginx
nginx
、
permissions
、
gunicorn
、
manage.py
、
django-commands
问题逻辑线 </head> <center> <h1><
浏览 2
提问于2019-03-13
得票数 0
回答已采纳
1
回答
GuessIt中
的
Web请求
php
、
api
、
curl
、
get
filename=House.of.Cards.2013.S02E03.1080p.NF.WEBRip.DD5.1.x264-NTb.mkv"到目前为止我
的
代码是:我会得到什么样
的
回应?是JSON吗?我很感谢你
的
帮助。 谢谢。更新:答案是正确
的
,但错误
的
网关响应是因为当时web服务API不起作用。
浏览 1
提问于2015-03-26
得票数 2
回答已采纳
1
回答
Gunicorn
+
nginx
502
Bad
Gateway
上
的
Flask应用
python
、
nginx
、
flask
、
raspberry-pi
、
gunicorn
我有一个问题,我
的
flask应用程序使用nxginx和
gunicorn
。
Gunicorn
看起来也不错: ●
gunicorn
.service -
Gunicorn
instance to serve peephole Loaded: loaded (/etc/systemd但是,当我尝试通过浏览器访问flask应用程序时,我有
502
Bad
Gateway
,在/var/log/
nginx<
浏览 34
提问于2020-08-26
得票数 1
1
回答
在Traefik后面运行
Nginx
,端口不同于80
的
问题
docker
、
nginx
、
traefik
,假设是8082,Traefik返回
502
错误并打印'
502
Bad
Gateway
' caused by: dial tcp 172.21.0.6:8082: connect: connection通过更改端口,我
的
意思是: 替换traefik.http.services.
nginx
.loadbalancer.server.port=80使用traefik.http.services.
nginx
.loadbalancer.server.port=8
浏览 64
提问于2021-02-24
得票数 0
回答已采纳
1
回答
类“closed copg2.InterfaceError”:连接已关闭
django
、
postgresql
、
connection
、
fastcgi
、
flup
我正在运行
nginx
+
django
+ postgresql。一半
的
时间,我试图测试我
的
网站并打开一个页面,我得到以下信息: <class 'psycopg2.InterfaceError'> Python 2.7.2: /home/webapp/newavenue/
django
/dispatch/dispatcher.py in send(self=<
django
.dispatch
浏览 3
提问于2012-02-24
得票数 4
2
回答
求助,卡住了。问什么访问不了默认页面?
官方文档
、
nginx
、
小程序·云开发
前面都顺利,走到
nginx
配置时,配置文件都修改好上传了,按说 “此时通过配置
的
域名访问服务器,会显示
Nginx
详情页”,但是我访问服务器
的
时候,得到
的
页面是
502
bad
gateway
。
浏览 354
提问于2018-09-27
2
回答
Nginx
在码头外工作,但不在码头内工作
django
、
docker
、
nginx
、
gunicorn
我正在制作一个使用
Django
,
Gunicorn
,
Nginx
和Docker
的
个人网站。)我怀疑问题在于我如何使用端口,但我不太明白该如何做。这是我
的
文件夹结构├── config│ └── conf.d├──
浏览 1
提问于2018-09-09
得票数 0
回答已采纳
1
回答
通过姜戈
的
gunicorn
正确服务manifest.json
django
、
nginx
、
gunicorn
我有一个
Django
web应用程序,它使用
nginx
反向代理和
gunicorn
应用程序服务器(上游)。我
的
nginx
日志中充满了这样
的
错误:2020/03/03 22:51:57 [error] 9605#9605: *162393 upstream sent too big header whilehost: "example.com", referrer: "https://example.com/si
浏览 0
提问于2020-03-04
得票数 1
2
回答
nginx
运行以后,首页进不去?
云服务器
我尝试按照 https://cloud.tencent.com/document/product/619/11445#.E9.85.8D.E7.BD.AE-
nginx
-.E5.92.8C-https
的
说明,配置云服务器,前面都顺利,走到
nginx
配置时,配置文件都修改好上传了,按说 “此时通过配置
的
域名访问服务器,会显示
Nginx
详情页”,但是我访问服务器
的
时候,得到
的
页面是
502
<
浏览 1255
提问于2018-09-27
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
即时通信 IM
活动推荐
运营活动
广告
关闭
领券