Skip to content

Commit

Permalink
Up request queue size
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Jan 6, 2022
1 parent c6eb87b commit 510779e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vendor/docker/webapp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ server {
root /home/app/webapp/public;

passenger_enabled on;
passenger_max_request_queue_size 200;
passenger_user app;
passenger_ruby /usr/bin/ruby;
merge_slashes off;

location = / {
location = / {
return 301 https://support.datacite.org/docs/datacite-content-resolver;
}
}

0 comments on commit 510779e

Please sign in to comment.