简体   繁体   English

413 实体太大,弹性豆茎上的 nginx nodejs

[英]413 entity too large, nginx nodejs on elastic beanstalk

Using AWS Elastic Beanstalk, node: 12.13.1.使用 AWS Elastic Beanstalk,节点:12.13.1。

I am making put/post requests with images bigger than 1mb, and edited config files different ways to accept 10m files.我正在使用大于 1mb 的图像发出 put/post 请求,并以不同的方式编辑配置文件以接受 10m 文件。

No matter the solution I tried, the server keeps rejecting requests with the same 413 error message.无论我尝试了哪种解决方案,服务器都会不断拒绝请求并显示相同的 413 错误消息。

I've tried:我试过了:

配置文件夹

配置文件 2

配置文件 3

I would appreciate anyone with a working alternative.我会很感激任何有工作选择的人。 Thank you谢谢

I fixed the issue, Some files starting with "."我解决了这个问题,一些以“。”开头的文件。 are hidden and have to be brought up with command + shift + ".".是隐藏的,必须用 command + shift + "." 调出。 Once the platform file is visible in the folder, and uploaded, it will work and increase the limit.一旦平台文件在文件夹中可见并上传,它将起作用并增加限制。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 AWS Elastic Beanstalk - 请求实体太大 (413) - AWS Elastic Beanstalk - Request Entity Too Large (413) 413 请求实体太大 - Elastic Beanstalk + 负载均衡器 + Node.js 应用程序 - 413 Request Entity Too Large - Elastic Beanstalk + Load Balancer + Node.js application 413 请求实体太大 nginx/1.14.0 - 413 Request Entity Too Large nginx/1.14.0 如何使用NodeJS,Nginx和base64上传图像? (413 PayloadTooLargeError:请求实体太大) - How to upload an image using NodeJS, Nginx and base64? (413 PayloadTooLargeError: request entity too large) Nodejs 在 nginx 服务器上显示 413 Payload Too Large - Nodejs showing 413 Payload Too Large on nginx server 413 请求实体在节点 js 中太大? - 413 Request Entity Too Large in node js? Vue.js / Nginx / Node.js-413请求实体太大 - Vue.js / Nginx / Node.js - 413 Request Entity Too Large Node / Nginx,413个请求实体太大,设置了client_max_body_size - Node/Nginx, 413 request entity too large, client_max_body_size set 上传文件时nodejs app engine app错误413 Request Entity Too Large - nodejs app engine app error 413 Request Entity Too Large when upload a file 防止NGINX / nodejs AWS Elastic beantalk上的指纹 - Prevent fingerprinting on NGINX/nodejs AWS Elastic beanstalk
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM