Browse Source

tuning nginx configuration

tags/v1.0.0
Remco 8 years ago
parent
commit
2ea3f89cee
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      .ebextensions/01config_nginx.config

+ 10
- 0
.ebextensions/01config_nginx.config View File

@@ -4,3 +4,13 @@ files:
owner: root
group: root
content: "client_max_body_size 0;"
"/etc/nginx/conf.d/proxy_request_buffering.conf":
mode: "000644"
owner: root
group: root
content: |
proxy_request_buffering off;
client_body_buffer_size 1024k;
client_body_timeout 240;
proxy_buffering off;


Loading…
Cancel
Save