0
0
Fork 0

Adding rack timeout of 30sec, PuSH jobs moved to push queue so they

can be processed separately
This commit is contained in:
Eugen Rochko 2016-11-29 02:07:14 +01:00
parent c0555f2db6
commit cc70f28f19
10 changed files with 16 additions and 2 deletions

View file

@ -30,7 +30,7 @@ Rails.application.configure do
# Specifies the header that your server uses for sending files.
# config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX
config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
config.force_ssl = false