Skip to content

Commit

Permalink
[modify] modify development description to productin on in deploy con…
Browse files Browse the repository at this point in the history
…fig file
  • Loading branch information
nikukyugamer committed Jun 23, 2018
1 parent abf283d commit 2ba7062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/unicorn.production.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
worker_processes 2
listen 11080
timeout 30
pid 'tmp/pids/unicorn.development.pid'
stderr_path 'log/unicorn_development_stderr.log'
stdout_path 'log/unicorn_development_stdout.log'
pid 'tmp/pids/unicorn.production.pid'
stderr_path 'log/unicorn_production_stderr.log'
stdout_path 'log/unicorn_production_stdout.log'

preload_app true

Expand Down

0 comments on commit 2ba7062

Please sign in to comment.