Hi,
we are running nginx with version 1.10 on redhat 7.2 OS. We have set
max_seize limit for cache of particular application. But we have observed
that cache manager is clearing the space from cache but not at desired speed
. below are few details :
FilesystemType Size Us
On Tue, Jan 17, 2017 at 06:29:34PM -0500, vegetax wrote:
Hi there,
> so following the link you have posted my version does not support
> proxy_bind?
Incorrect. The documentation says
"""
> This directive appeared in version 1.9.2.
"""
It also says
"""
> The transparent parameter (1.11.0)
"""
so following the link you have posted my version does not support
proxy_bind?
# My Version
nginx version: nginx/1.10.2
syntax: proxy_bind address [transparent] | off;
Default:—
Context:stream, server
This directive appeared in version 1.9.2.
Makes outgoing connections to a prox
On Tue, Jan 17, 2017 at 05:24:43PM -0500, vegetax wrote:
Hi there,
> Hi, I am getting "invalid number of arguments" every time I add proxy_bind
> $remote_addr transparent to my configs below can someone help and let me
> know what I am missing. Thx
My guess:
compare the content at
http://ngin
Hi, I am getting "invalid number of arguments" every time I add proxy_bind
$remote_addr transparent to my configs below can someone help and let me
know what I am missing. Thx
stream {
upstream splunk_backend {
server 10.10.10.31:514;
server 10.10.10.32:514;
}
server {
I have a setup where I'm using an Accel-Redirect header in php like this:
header("X-Accel-Redirect: /testxxx.php?".$_SERVER['QUERY_STRING']);
Furthermore I'm using HTTP/2.0 and SSL, running on nginx 1.11.8.
The problem is: When doing a POST request on my upload.php (which then does
an x-accel-red