mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
preload was working, I needed to use USR2
This commit is contained in:
parent
4271a5e223
commit
8e31f06818
1 changed files with 1 additions and 2 deletions
|
@ -31,8 +31,7 @@ Rainbows! do
|
|||
stderr_path "/var/log/neocities/neocities.log"
|
||||
stdout_path "/var/log/neocities/neocities.log"
|
||||
|
||||
# preload_app does not restart with code changes, so we turn it off.
|
||||
preload_app false
|
||||
preload_app true
|
||||
|
||||
before_fork do |server, worker|
|
||||
old_pid = "/var/run/neocities/neocities.pid.oldbin"
|
||||
|
|
Loading…
Add table
Reference in a new issue