the lines just below already preload

This commit is contained in:
Renée Hendricksen 2016-08-16 11:24:56 -04:00
parent e10460c0de
commit 338c8ffabe

View File

@ -6,8 +6,6 @@ timeout 30 # restarts workers that hang for 30 seconds
tmp_dir = ENV.fetch("tmp_dir", "/tmp")
listen File.expand_path("nginx.socket", tmp_dir), backlog: 1024
preload_app true
require 'fileutils'
before_fork do |server, worker|
# preload travis so we can have copy on write