Re: HTTP Status Code 463

2018-10-25 Thread aliakseili...@gmail.com
HTTP 463 It is a Amazon balancer error code. See https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-troubleshooting.html Looks like your requests in a loop. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,276667,281688#msg-281688

Re: nginx caching proxy

2018-10-25 Thread vizl
And how about result cache file ? Will it be only 1 object in cache when 2 client GET 1 file SIMULTANEOUSLY or 2 different objects in Nginx proxy_cache_path ? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,281621,281686#msg-281686 ___ nginx

Re: nginx caching proxy

2018-10-25 Thread Roman Arutyunyan
On Thu, Oct 25, 2018 at 07:21:35AM -0400, vizl wrote: > And how about result cache file ? > Will it be only 1 object in cache when 2 client GET 1 file SIMULTANEOUSLY or > 2 different objects in Nginx proxy_cache_path ? Only one response can be cached for a single key. Once a new response is

BasicAuth config question

2018-10-25 Thread pg151
If I define nginx.conf ... server { ... include includes/conf1.inc; include includes/conf2.inc; ... } ... cat

Unit 1.5 release

2018-10-25 Thread Valentin V. Bartenev
Hello, I'm glad to announce a new release of NGINX Unit. This release introduces preliminary Node.js support. Currently it lacks WebSockets, and there's a known problem with "promises". However, our admirable users have already started testing it even before the release: -

Re: nginx caching proxy

2018-10-25 Thread Gryzli Bugbear
Except the case when your site is returning "Vary: Accept-Encoding" for example and the 2 clients are using different Accept-Encoding headers  (that's also true for whatever the Vary header is)  :) On 10/25/18 4:20 PM, Roman Arutyunyan wrote: On Thu, Oct 25, 2018 at 07:21:35AM -0400, vizl

Re: BasicAuth config question

2018-10-25 Thread pg151
On Thu, Oct 25, 2018, at 10:23 AM, Maxim Dounin wrote: > In your second config, auth_basic is only configured for location > "~ ^/sec", but not for location "= /sec/status". Since the request > to /sec/status is handled in the latter, auth_basic won't apply. > > Note that location matching

Why is my server response time over 400 ms for a fully cached site?

2018-10-25 Thread Quintin Par
Cross-posted at Stackoverflow I have a website with all of the pages served from nginx’s http cache and rarely invalidated or expired. The average total page download size is around 2 MB

Re: Nginx Plus Dashboard - memory pages

2018-10-25 Thread Igor A. Ippolitov
Michael, Please send your Nginx Plus related questions to plus-supp...@nginx.com. Thank you! Regards, Igor On 24.10.2018 20:25, Friscia, Michael wrote: I’m not really sure I understand what memory pages are in the Nginx Plus dashboard. I’ve been poking around the documentation and must be

high memory usage

2018-10-25 Thread Anoop Alias
Hi, On a shared server with a large number of accounts sites-enabled]# grep "server {" *|wc -l 11877 The memory usage of nginx is very high -- Private + Shared = RAM used

Nginx image_filter problem.

2018-10-25 Thread Mahesh Biloniya
Dear Sir/Madam,                   I am currently setup a nginx server and in the process i am facing a problem related to "Module ngx_http_image_filter_module". I did all configuration as mention below :       # apt-get install libgd-dev       #./configure --sbin-path=/usr/bin/nginx

Релиз Unit 1.5

2018-10-25 Thread Valentin V. Bartenev
Здравствуйте. Рад сообщить о выпуске новой версии NGINX Unit. Основным новшеством выпуска является предварительная поддержка Node.js. К сожалению, пока ещё не поддерживаются WebSockets и есть проблема с работой "promises". Тем не менее, некоторые наши пользователи уже начали тестирование ещё