config/puma_production.rb
... ...
@@ -8,7 +8,7 @@ tag ''
8 8
9 9
pidfile "/home/wiki/wiki/current/tmp/pids/puma.pid"
10 10
state_path "/home/wiki/wiki/current/tmp/pids/puma.state"
11
-stdout_redirect '/home/wiki/current/wiki/log/puma_access.log', '/home/wiki/wiki/current/log/puma_error.log', true
11
+stdout_redirect '/home/wiki/wiki/current/log/puma_access.log', '/home/wiki/wiki/current/log/puma_error.log', true
12 12
13 13
threads 30,300
14 14
bind 'unix:///home/wiki/wiki/current/tmp/sockets/puma.sock'