Hello!
On Wed, Feb 26, 2014 at 2:41 AM, snarapureddy wrote:
> We are using nginx for file uploads instead of directing to the backend
> servrs. Used lua openresty module to get the data in chunks in write it to
> local disk. File size could vary from few KB's to 10MB.
>
Ensure you're interleaving
Hello!
On Fri, Feb 28, 2014 at 10:44:38PM +0330, Yasser Zamani wrote:
> Hi there,
>
> I learned some about how to write a handler module from [1] and [2].
> [1] http://blog.zhuzhaoyuan.com/2009/08/creating-a-hello-world-nginx-module/
> [2] http://www.evanmiller.org/nginx-modules-guide.html#compi
Hi there,
I learned some about how to write a handler module from [1] and [2].
[1] http://blog.zhuzhaoyuan.com/2009/08/creating-a-hello-world-nginx-module/
[2] http://www.evanmiller.org/nginx-modules-guide.html#compiling
But I need to rewrite [1] to send dynamically generated octect stream to
c
Hello!
On Fri, Feb 28, 2014 at 06:24:38AM -0500, kisa1234 wrote:
> do you slove it?
> can you help me?
> my E-mail is tianyichen1...@163.com;
> Thank you!
This is not a problem to solve, it's just information messages
logged by nginx. If it's too verbose for you, consider tuning
error_log log
do you slove it?
can you help me?
my E-mail is tianyichen1...@163.com;
Thank you!
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,214974,248004#msg-248004
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
I have nginx running on a local intranet server.
I'm trying to setup WordPress multisite with subdirectory, and WP is
located in $document_root/wordpress because there are many other folders
directly under the document_root path.
* I want to access the WP site as http://serv_IP/wp/, but alias does