Skip to content

Commit

Permalink
support for large uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
dpnishant committed Aug 13, 2015
1 parent 59af2f9 commit e1ffeb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion confs/nginx/sites-available/raptor
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ server {
# Listen on all interfaces
server_name 0.0.0.0;

client_max_body_size 1024M;

location /raptor/heartbeat {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;
Expand Down Expand Up @@ -49,4 +51,4 @@ server {
location ~ /\.ht {
deny all;
}
}
}

0 comments on commit e1ffeb5

Please sign in to comment.