Re: [ANN] OpenResty 1.21.4.2 released

2023-07-20 Thread A. Schulze via nginx
Am 20.07.23 um 15:18 schrieb Saint Michael: I get a timeout error when doing this git clone git://github.com/yaoweibin/ngx_http_substitutions_filter_module.git this isn't what I would use. I tried - git clone https://github.com/yaoweibin/ngx_http_substitutions_filter_module.git - git clone

Re: resolver does not work

2023-04-18 Thread A. Schulze via nginx
Am 18.04.23 um 14:58 schrieb mailingl...@unix-solution.de: nginx is 1.1.18 Whats wrong there? released in March 2012 couldn't you use a "not so historic" version? Andreas ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/list

Re: Restarting service takes too much time

2022-12-04 Thread A. Schulze via nginx
Am 04.12.22 um 08:04 schrieb blason: Yes - He is right; everything is revolves around DNS and even my error is with DNS resolving as it was not able to resolve the ocsp.godaddy.com hence please troubelshoot from DNS perspetive. Hello List, To avoid this problems I prefer https://nginx.org/r/

Re: nginx-1.23.2

2022-10-20 Thread A. Schulze via nginx
Am 20.10.22 um 22:30 schrieb Maxim Dounin: Now for automatic ticket keys rotation it is enough to configure "ssl_session_cache shared:...", something you likely already have configured anyway. Everything else will be done by nginx: it will rotate keys every ssl_session_timeout. so it's enou

Re: nginx-1.23.2

2022-10-20 Thread A. Schulze via nginx
Am 19.10.22 um 14:10 schrieb Maxim Dounin: Changes with nginx 1.23.219 Oct 2022 *) Feature: TLS session tickets encryption keys are now automatically rotated when using shared memory in the "ssl_session_cache" directive. Hello, th