使用 Ruby 2.0、Rails 4.1、nginx 更改 Elastic Beanstalk 的文件大小限制

Posted

技术标签:

【中文标题】使用 Ruby 2.0、Rails 4.1、nginx 更改 Elastic Beanstalk 的文件大小限制【英文标题】:Change file size limit on Elastic Beanstalk with Ruby 2.0, Rails 4.1, nginx 【发布时间】:2015-06-19 14:19:17 【问题描述】:

我正在尝试提高 Elastic Beanstalk 的当前 (2MB) 限制。

到目前为止,我有:

在一个新文件中,root/.ebextensions/nginx.conf

files: "/etc/nginx/conf.d/proxy.conf": mode: "000755" owner: root group: root content: | http client_max_body_size 50M;

我没有太多运气试图让它工作 - 有什么想法吗?

【问题讨论】:

你见过***.com/questions/18908426/… 【参考方案1】:

所以这里的答案是正确的:Increasing client_max_body_size in Nginx conf on AWS Elastic Beanstalk

也要注意你的文件扩展名,我写了.conf 而不是.config。当你使用conf 这么多的 nginx 东西时,这很容易做到。

【讨论】:

“也要注意你的文件扩展名” - 好电话,我刚刚发现了。

以上是关于使用 Ruby 2.0、Rails 4.1、nginx 更改 Elastic Beanstalk 的文件大小限制的主要内容,如果未能解决你的问题,请参考以下文章

Rake doc:app 在升级到 Ruby 2.1.1 和 Rails 4.1 后失败

ruby Ruby on Rails + GitHub + CircleCI 2.0的典型代码设置

在 ubuntu 12.02 上设置 rails 4 ruby​​ 2.0

Rails 4.0.0 Ruby 2.0 therubyracer gem 安装错误

未读取 database.yml 中的 ENV 变量(Rails 4.2.0、RubyMine 7、Postgres、Ruby 2.2.0、DotEnv)

在 AWS EC2 上安装 Ruby 2.0 和 Rails 4.0.0beta