NGINX/Send: Remove unnecessary increase of max body size.
This commit is contained in:
parent
8aa234adfc
commit
3f72b76693
1 changed files with 0 additions and 2 deletions
|
@ -137,8 +137,6 @@ server {
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://send;
|
proxy_pass http://send;
|
||||||
|
|
||||||
client_max_body_size 15G;
|
|
||||||
|
|
||||||
proxy_ignore_headers X-Accel-Expires Expires Cache-Control;
|
proxy_ignore_headers X-Accel-Expires Expires Cache-Control;
|
||||||
|
|
||||||
# WebSocket
|
# WebSocket
|
||||||
|
|
Loading…
Reference in a new issue