Skip to content

Commit

Permalink
Increased file uploads to 1000 MB
Browse files Browse the repository at this point in the history
  • Loading branch information
padmassun authored May 29, 2018
1 parent 470dd0f commit 24fd925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/server/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ http {
server_name localhost;
root /opt/openstudio/server/public;

client_max_body_size 100M; # allows file uploads up to 100MB
client_max_body_size 1000M; # allows file uploads up to 1000MB

location ~ ^/(assets\/variables) {
root /mnt/openstudio/server;
Expand All @@ -51,4 +51,4 @@ http {


}
}
}

0 comments on commit 24fd925

Please sign in to comment.