I have a similar setup,
is there a way to use image_filter after the backend responded with
"X-Accel-Redirect" header ?
if so, how can i pass the parameters i.e. to resize the image: width and
hight ?
cheers
andre
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,113039,258913#msg-258913
hi,
I know that in the past the directive:
ssl_session_cache shared:SSL:1m;
did not work on Windows.
in nginx 1.9.0 I see "*) Feature: shared memory can now be used on
Windows versions with address space layout randomization."
does that mean that ssl_session_cache can be used on Windows
I fork + exec child processes and I would like to get some kind of notification
when they exit. However, the nginx signal handler reaps my child processes and
logs a message like
2015/05/14 14:12:24 [notice] 28033#0: signal 17 (SIGCHLD) received
2015/05/14 14:12:24 [notice] 28033#0: unknown pro
On Thursday 14 May 2015 10:22:04 Guido Accardo wrote:
> Hi,
>
>I'm having a few problems with my routes and I'll appreciate any help
> that you could provide.
>
> Here is my nginx configuration:
>
> upstream internal {
> server 10.0.0.13:9001;
> server 10.0.0.13:9002;
>
I'm interested what linux kernel version and distribution do you use?
--
Posted via http://www.ruby-forum.com/.
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Dear ALL:When I use nginx1.7.9 as a reverse-proxy-server. It will
transmit http-302 message to my browser.___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hi:
Dear all
It is very pleasure to join in nginx mail list, but exactly i met a problem
When I use nginx1.7.9 as a reverse-proxy-server. more details as follows:
my design requirements are those:
what I want is that nginx download the files to local by parsing
response-http-302-code