diff options
Diffstat (limited to 'main/ruby-unicorn/redmine.conf.rb.sample')
-rw-r--r-- | main/ruby-unicorn/redmine.conf.rb.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ruby-unicorn/redmine.conf.rb.sample b/main/ruby-unicorn/redmine.conf.rb.sample index bb98e30f70..6b47bd1356 100644 --- a/main/ruby-unicorn/redmine.conf.rb.sample +++ b/main/ruby-unicorn/redmine.conf.rb.sample @@ -33,7 +33,7 @@ listen 8080, :tcp_nopush => true #timeout 30 # feel free to point this anywhere accessible on the filesystem -pid "/usr/share/webapps/redmine/tmp/pids/unicorn.pid" +pid "/var/run/unicorn.pid" # By default, the Unicorn logger will write to stderr. # Additionally, ome applications/frameworks log to stderr or stdout, |