summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorQingyu Zhao <qzhao@gitlab.com>2019-07-03 14:11:48 +1000
committerQingyu Zhao <qzhao@gitlab.com>2019-07-09 23:31:32 +1000
commitb7ea4bd853e4735be68b7438815c02aa56f51a15 (patch)
tree91807815689b6e077298dacbf1fecd054a432df0 /changelogs
parent8a2c53d6400287bbb29056c4d007ee571b292937 (diff)
downloadgitlab-ce-b7ea4bd853e4735be68b7438815c02aa56f51a15.tar.gz
Enable puma by default in GDK490-enable-puma-by-default-in-GDK
Two changes: 1. Move bin/web to bin/web_unicorn(removed PUMA switching logic) Introduce new shadow script bin/web. Now we have 3 scripts working together: bin/web, bin/web_puma, bin/web_unicorn In bin/web, it checks ENV['USE_WEB_SERVER']: - if value is 'puma' or value is not set, call bin/web_puma - if value is 'unicorn', call bin/web_unicorn - report error if other values given 2. Gitlab rails allow ENV setting to override timeout - ENV['GITLAB_RAILS_RACK_TIMEOUT'] for service_timeout - ENV['GITLAB_RAILS_WAIT_TIMEOUT'] for wait_timeout
Diffstat (limited to 'changelogs')
0 files changed, 0 insertions, 0 deletions