mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
tuning nginx configuration
This commit is contained in:
parent
fe4ef83b5c
commit
2ea3f89cee
@ -4,3 +4,13 @@ files:
|
|||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
content: "client_max_body_size 0;"
|
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…
x
Reference in New Issue
Block a user