Hello, Dounin!
>Yes, this is by design.
>See https://trac.nginx.org/nginx/ticket/592 for more details.
I understood.
And, I like stdout, I'll change source codes and use nginx.
Thanks.
Takahiro Kujirai
@Zeus-Enterprise.Co.Ltd
___
nginx-devel mailing
Hello!
On Wed, Feb 17, 2016 at 05:07:12PM +0900, Takahiro Kujirai wrote:
> This is Takahiro Kujirai.
>
> When I typed "nginx -v > /tmp/nginx.txt" on nginx 1.9.11, I found output
> is in stderr.
[...]
> I think "stdout" is good, not "stderr", is this the design?
Yes, this is by design.
See ht
Hi,
First off, thank you for the work on the slice module. We’re currently using a
lua implementation to achieve something similar but this has its shortcomings
and we would prefer to use this module.
We’ve been testing this module and when using range requests it works as
expected, but when
Hi all,
This is Takahiro Kujirai.
When I typed "nginx -v > /tmp/nginx.txt" on nginx 1.9.11, I found output
is in stderr.
---
[root@localhost ~]# nginx -v > /tmp/nginx.txt
nginx version: nginx/1.9.11
[root@localhost ~]#
[root@localhost ~]# nginx -v 2> /tmp/nginx.txt
[root@localhost ~]# cat /