X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/36b1667a9b2ab888a80e84b6ecd75403c8f6782c..3f43717bcb6ba3602275a7109863642f7a75c8c7:/doc/install/install-workbench-app.html.textile.liquid diff --git a/doc/install/install-workbench-app.html.textile.liquid b/doc/install/install-workbench-app.html.textile.liquid index 52a69f502b..d05d94daa1 100644 --- a/doc/install/install-workbench-app.html.textile.liquid +++ b/doc/install/install-workbench-app.html.textile.liquid @@ -6,7 +6,7 @@ title: Install Workbench h2. Install prerequisites -The Arvados package repository includes Workbench server package that can help automate much of the deployment. +The Arvados package repository includes a Workbench server package that can help automate much of the deployment. h3(#install_ruby_and_bundler). Install Ruby and Bundler @@ -93,7 +93,7 @@ For best performance, we recommend you use Nginx as your Web server front-end, w
    -
  1. Install Nginx and Phusion Passenger.
  2. +
  3. Install Nginx and Phusion Passenger.
  4. If you're deploying on CentOS and using the python27 Software Collection, configure Nginx to use it: @@ -115,6 +115,10 @@ For best performance, we recommend you use Nginx as your Web server front-end, w passenger_enabled on; # If you're using RVM, uncomment the line below. #passenger_ruby /usr/local/rvm/wrappers/default/ruby; + + # `client_max_body_size` should match the corresponding setting in + # the API server's Nginx configuration. + client_max_body_size 128m; } upstream workbench { @@ -132,6 +136,8 @@ server { ssl_certificate_key /YOUR/PATH/TO/cert.key; index index.html index.htm index.php; + # `client_max_body_size` should match the corresponding setting in + # the API server's Nginx configuration. client_max_body_size 128m; location / {