Skip to content

Commit

Permalink
Change max upload size to 25mb
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Nov 16, 2014
1 parent 6059294 commit df4ef75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/etc/nginx/sites-available/vegguide.org
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ server {
listen 443 ssl;
server_name www.vegguide.org;

client_max_body_size 25m;

ssl_certificate /etc/nginx/www.vegguide.org.crt;
ssl_certificate_key /etc/nginx/www.vegguide.org.key;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
Expand Down

0 comments on commit df4ef75

Please sign in to comment.