Skip to content

Commit

Permalink
Adapted nginx for 50GB max file size (equal to default exact settings)
Browse files Browse the repository at this point in the history
  • Loading branch information
maubreville committed Jan 16, 2025
1 parent ab84d7a commit 4ac4f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ server {
#https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-with-http-2-support-on-ubuntu-18-04
listen 80;

client_max_body_size 10000M;
client_max_body_size 50000M;
keepalive_timeout 65;

proxy_connect_timeout 6000s;
Expand Down

0 comments on commit 4ac4f20

Please sign in to comment.