mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Merge pull request #1055 from graaff/fix-integration-tests
Enable log_requests for integration tests
This commit is contained in:
commit
4ad972c6f0
2 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
log_requests
|
||||
stdout_redirect "t1-stdout"
|
||||
pidfile "t1-pid"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
log_requests
|
||||
stdout_redirect "t2-stdout"
|
||||
pidfile "t2-pid"
|
||||
bind "tcp://0.0.0.0:10103"
|
||||
|
|
Loading…
Add table
Reference in a new issue