Skip to content

Commit

Permalink
Merge pull request #311 from NREL/nginx
Browse files Browse the repository at this point in the history
bump datapoint limit to 1000MB
  • Loading branch information
brianlball authored Mar 15, 2018
2 parents 957b25b + b8f7c2a commit 442537a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 442537a

Please sign in to comment.