[nginx] Removed bgcolor attribute on body in error pages and autoindex.

2018-09-21 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/170922952477 branches: changeset: 7358:170922952477 user: Nova DasSarma date: Wed Sep 19 09:26:47 2018 -0500 description: Removed bgcolor attribute on body in error pages and autoindex. The bgcolor attribute overrides compatibility settings in

Re: GeoIP2 Maxmind Module Support for Nginx

2018-09-21 Thread hostcanada2020
If the GeoIP2 is not working, you can try to install the IP2Locatoin Nginx using the tutorial below. https://www.ip2location.com/tutorials/how-to-use-ip2location-geolocation-with-nginx Posted at Nginx Forum: https://forum.nginx.org/read.php?2,281341,281352#msg-281352

Re: Релиз Unit 1.4

2018-09-21 Thread S.A.N
> поддержкой WebSockets, гибкой маршрутизацией запросов и выдачей статического контента. Этого действительно не хватает в Unit. НТТР кеширования, как в Nginx, тоже уже в разработке? Posted at Nginx Forum: https://forum.nginx.org/read.php?21,281345,281350#msg-281350

[nginx] SSL: support for TLSv1.3 early data with OpenSSL.

2018-09-21 Thread Sergey Kandaurov
details: http://hg.nginx.org/nginx/rev/548a63b354a2 branches: changeset: 7357:548a63b354a2 user: Sergey Kandaurov date: Fri Sep 21 20:49:12 2018 +0300 description: SSL: support for TLSv1.3 early data with OpenSSL. In collaboration with Maxim Dounin. diffstat:

[nginx] SSL: disabled renegotiation checks with SSL_OP_NO_RENEGOTIATION.

2018-09-21 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/e3ba4026c02d branches: changeset: 7356:e3ba4026c02d user: Maxim Dounin date: Fri Sep 21 20:31:32 2018 +0300 description: SSL: disabled renegotiation checks with SSL_OP_NO_RENEGOTIATION. Following 7319:dcab86115261, as long as

Re: OCSP stapling in Nginx >=1.3.7

2018-09-21 Thread Gena Makhomed
On 21.09.2018 2:46, Maxim Dounin wrote: Но если OCSP responder работает нормально и оказался не доступен на небольшой промежуток времени, например, всего на несколько часов - такой проблемы не будет. Такая проблема совершенно точно будет - даже при идеальном кэшировании доступных

Re: GeoIP2 Maxmind Module Support for Nginx

2018-09-21 Thread Frank Liu
If you click the link in step 4 on the page you mentioned, it goes to the same site in my earlier email. On Fri, Sep 21, 2018 at 3:30 PM wrote: > Am 2018-09-21 17:00, schrieb Frank Liu: > > nginx doesn't officially support geoip2. You have to use third party > > modules like

Релиз Unit 1.4

2018-09-21 Thread Валентин Бартенев
Здравствуйте. Рад сообщить о выпуске новой версии NGINX Unit. Ключевая особенность новой версии — динамически настраиваемая поддержка TLS и API хранилища сертификатов, который позволяет извлекать подробные сведения о цепочках сертификатов, включая имена и сроки действия. Подробности в нашей

[PATCH] Add 307 and 308 to default response codes for xxxxx_cache_valid.

2018-09-21 Thread Gena Makhomed
On 21.09.2018 15:58, Maxim Dounin wrote: Allow 1xx 2xx 3xx 4xx 5xx codes in x_cache_valid directives. For example, config fragment fastcgi_cache_valid 200 201 202 203 204 205 206 207 208 226 5m; fastcgi_cache_valid 300 301 302 303 304 305 306 307 308 10m; now can be rewritten

Re: GeoIP2 Maxmind Module Support for Nginx

2018-09-21 Thread Frank Liu
nginx doesn't officially support geoip2. You have to use third party modules like https://github.com/leev/ngx_http_geoip2_module On Fri, Sep 21, 2018 at 2:39 PM anish10dec wrote: > Hi , > > As of now we are using "nginx-module-geoip-1.10.0-1.el7.ngx.x86_64.rpm" > available at repository >

[nginx] Rewrite: removed r->err_status special handling (ticket #1634).

2018-09-21 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/b64adc956643 branches: changeset: 7355:b64adc956643 user: Maxim Dounin date: Fri Sep 21 15:59:33 2018 +0300 description: Rewrite: removed r->err_status special handling (ticket #1634). Trying to look into r->err_status in the "return"

[nginx] Fixed socket leak with "return 444" in error_page (ticket #274).

2018-09-21 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/1812f1d79d84 branches: changeset: 7354:1812f1d79d84 user: Maxim Dounin date: Fri Sep 21 15:59:30 2018 +0300 description: Fixed socket leak with "return 444" in error_page (ticket #274). Socket leak was observed in the following configuration:

Unit 1.4 release

2018-09-21 Thread Valentin V. Bartenev
Hello, I'm glad to announce a new release of NGINX Unit. The key feature of the new version is dynamically configurable TLS support with certificate storage API that provides detailed information about your certificate chains, including common and alternative names as well as expiration dates.

Re: [PATCH] Allow 1xx 2xx 3xx 4xx 5xx codes in xxxxx_cache_valid directives.

2018-09-21 Thread Maxim Dounin
Hello! On Fri, Sep 21, 2018 at 02:24:49PM +0300, Gena Makhomed wrote: > # HG changeset patch > # User Gena Makhomed > # Date 1537528104 -10800 > # Fri Sep 21 14:08:24 2018 +0300 > # Node ID a7533f3f3138fe5524a0f14293da4149e65b1402 > # Parent 87d2ea860f380dc8418c97c0163412f53c2d008e >

[PATCH] Allow 1xx 2xx 3xx 4xx 5xx codes in xxxxx_cache_valid directives.

2018-09-21 Thread Gena Makhomed
# HG changeset patch # User Gena Makhomed # Date 1537528104 -10800 # Fri Sep 21 14:08:24 2018 +0300 # Node ID a7533f3f3138fe5524a0f14293da4149e65b1402 # Parent 87d2ea860f380dc8418c97c0163412f53c2d008e Allow 1xx 2xx 3xx 4xx 5xx codes in x_cache_valid directives. For example, config

Nginx as Reverse Proxy for multiple servers binded to proxy using UNIX sockets - how to reached in LAN

2018-09-21 Thread Stefan Müller
Hallo, I am trying to configure nginx as a reverse proxy for multiple servers on my LAN. They should go out on my WAN with different subdomains. Unlike the approach described in Use Nginx as Reverse Proxy for multiple servers I