Skip to content

Commit

Permalink
Mod: Increase client_max_body_size.
Browse files Browse the repository at this point in the history
  • Loading branch information
cadesalaberry committed Apr 27, 2016
1 parent 3baef04 commit 40028be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/nginx.conf
Expand Up @@ -15,6 +15,9 @@ http {
sendfile on;
tcp_nopush on;
keepalive_timeout 65;

# Increase size to upload bigger files
client_max_body_size 10m;

access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;
Expand Down

1 comment on commit 40028be

@cadesalaberry
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes Sparted/Server#62.

Please sign in to comment.