Maxim Dounin Wrote:
---
> Hello!
>
> On Thu, Jan 12, 2017 at 11:57:58AM -0500, malloc813 wrote:
>
> > Hi, I tested nginx configuration and got one problem.
> > For example, I made 2 virtual hosts. They are SSL enabled server.
> >
> > http
> > {
I believe you want proxy_ignore_client_abort on to achieve that.
On 12/01/2017 19:23, Jonathan Geyser wrote:
Richard,
On further investigation -- it looks like the client was closing the
front-end connection. I need the back-end socket to remain open
regardless of what the front-end is doing.
What a relief! Thanks Maxim!
On Thu, Jan 12, 2017 at 6:38 PM, Maxim Dounin wrote:
> Hello!
>
> On Thu, Jan 12, 2017 at 03:12:30PM +0300, Vladimir Kozyrev wrote:
>
> > My issue is that I add server {} and upstream {} directives dynamically
> to
> > /etc/nginx/conf.d/dynamic_vhost.conf.
> > Once t
Richard,
On further investigation -- it looks like the client was closing the
front-end connection. I need the back-end socket to remain open regardless
of what the front-end is doing. Is there a way to accomplish this?
Thanks in advance,
Jonathan
On Tue, Jan 10, 2017 at 2:26 PM, Richard Stanway
Hello!
On Thu, Jan 12, 2017 at 11:57:58AM -0500, malloc813 wrote:
> Hi, I tested nginx configuration and got one problem.
> For example, I made 2 virtual hosts. They are SSL enabled server.
>
> http
> {
> #host1
> server
> {
> ...
> ssl_sesstion_tickets off;
> ...
> }
>
> #host2
> {
Hi, I tested nginx configuration and got one problem.
For example, I made 2 virtual hosts. They are SSL enabled server.
http
{
#host1
server
{
...
ssl_sesstion_tickets off;
...
}
#host2
{
...
ssl_session_tickets on;
...
}
}
Visit host1 after apply this configuration, chr
On 1/12/17 2:30 PM, Maxim Konovalov wrote:
> Hello,
>
> On 1/12/17 2:26 PM, nginxsantos wrote:
>> Hi,
>>
>> Does the opensource Nginx support DTLS offloading when acting as an UDP
>> loadbalancer?
>>
> It doesn't.
>
Btw, it would be useful for us to learn more your specific use case
for this feat
Hello!
On Thu, Jan 12, 2017 at 12:18:28PM +, Nikolaos Tsipas wrote:
> Hello,
>
> We're load testing nginx focusing on disk IO performance and we're trying
> to understand what's the record length used during caching operations. The
> reason why we'd like to know the utilised record length is
Hello!
On Thu, Jan 12, 2017 at 03:12:30PM +0300, Vladimir Kozyrev wrote:
> My issue is that I add server {} and upstream {} directives dynamically to
> /etc/nginx/conf.d/dynamic_vhost.conf.
> Once the file grew, nginx stopped working and I increased hash_bucket_size
> parameter to make it work ag
Thank you Maxim; that is exactly the detailed response I was looking for.
If possible I would recommend updating the docs to clarify this for others.
http://nginx.org/en/docs/http/ngx_http_upstream_module.html#hash
~Jonathan
On Thu, Jan 12, 2017 at 9:44 AM, Maxim Dounin wrote:
> Hello!
>
> On W
Hello!
On Wed, Jan 11, 2017 at 04:27:51PM -0500, Jonathan Simowitz via nginx wrote:
> Hello,
>
> I would like to define an upstream block with a number of servers and
> utilize the hash directive to choose a particular server dependent on the
> request. There is a chance that the chosen server c
Hello!
On Thu, Jan 12, 2017 at 09:43:35AM +0100, Bike dernikov1 wrote:
> Hi,
> Thanks for answer and detail explanation.
> So to conclude and confirm that i undestand completly.
> If client request
>
> http://www.example.com/index.html
>
> return 301 $scheme://example1.com$request_uri;
>
> mea
I made a diagram to be more specific. It's not a problem if the client ask
for /data and get an older version of the file. The invalidate option in
proxy_cache is enough for me.
Here is my diagram without cache: http://imgur.com/a/soq69
Obviously, I don't want to reach the upstream server every t
Hello,
We're load testing nginx focusing on disk IO performance and we're trying
to understand what's the record length used during caching operations. The
reason why we'd like to know the utilised record length is that we could
then use similar settings during our SSDs load tests.
We had a look
My issue is that I add server {} and upstream {} directives dynamically to
/etc/nginx/conf.d/dynamic_vhost.conf.
Once the file grew, nginx stopped working and I increased hash_bucket_size
parameter to make it work again.
Is there a way to calculate what value should I set to hash_bucket_size
parame
Hello,
On 1/12/17 2:26 PM, nginxsantos wrote:
> Hi,
>
> Does the opensource Nginx support DTLS offloading when acting as an UDP
> loadbalancer?
>
It doesn't.
--
Maxim Konovalov
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/l
Hi,
Does the opensource Nginx support DTLS offloading when acting as an UDP
loadbalancer?
Thanks, Santos
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,271957,271957#msg-271957
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.or
Hi,
Thanks for answer and detail explanation.
So to conclude and confirm that i undestand completly.
If client request
http://www.example.com/index.html
return 301 $scheme://example1.com$request_uri;
mean: return 301 http://example1.com/index.html.
Thanks again for big help. I wold never found
18 matches
Mail list logo