Re: Too many deleted open files in proxy_temp_path

2020-04-12 Thread renoirb
[[ Written a few days ago, but email bounced ]] [[ Had to re-register to re-post. ]] [[ sorry if this is repeating somebody else ]] Hi all, First time poster here, doing it on a lazy morning. Have you tried to halt and start the service? Linux filesystem doesn't release deleted files when the

Re: 'session_tickets off' option for TLS 1.3

2020-04-12 Thread Maxim Dounin
Hello! On Sun, Apr 12, 2020 at 10:12:48PM +0300, Alexander Smirnov wrote: > I have found that in TLS 1.3 mode nginx doesn't fully disable session > tickets even with > > session_tickets off; > > According to https://www.openssl.org/docs/man1.1.1/man3/SSL_get_options.html > > >

'session_tickets off' option for TLS 1.3

2020-04-12 Thread Alexander Smirnov
Hello, I have found that in TLS 1.3 mode nginx doesn't fully disable session tickets even with session_tickets off; According to https://www.openssl.org/docs/man1.1.1/man3/SSL_get_options.html SSL_CTX_set_options(conf->ssl.ctx, SSL_OP_NO_TICKET); is not enough to disable session tickets. It

AW: Global basic auth for multiple servers

2020-04-12 Thread proxy . trash
Hi Maxim, thank you for the information! -Ursprüngliche Nachricht- Von: nginx Im Auftrag von Maxim Dounin Gesendet: Sonntag, 12. April 2020 16:56 An: nginx@nginx.org Betreff: Re: Global basic auth for multiple servers Hello! On Sat, Apr 11, 2020 at 11:21:19PM +, Stefan Christ

Re: Global basic auth for multiple servers

2020-04-12 Thread Maxim Dounin
Hello! On Sat, Apr 11, 2020 at 11:21:19PM +, Stefan Christ wrote: > today I tried to install and setup nginx and it worked great so > far. I was able to add some servers (server sections) for each > of my subdomains and forward them to the specific web interface > in my network (reverse

Re: Too many deleted open files in proxy_temp_path

2020-04-12 Thread Maxim Dounin
Hello! On Fri, Apr 10, 2020 at 11:26:17AM -0400, patademahesh wrote: > We are using nginx as reverse proxy to cache static content for a moodle LMS > site. The caching part is working fine but we started facing the cache path > disk full issues. When we checked using du, it was reporting very

[njs] Introduced njs_vm_opt_init().

2020-04-12 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/089a13ecbe83 branches: changeset: 1369:089a13ecbe83 user: Dmitry Volyntsev date: Sun Apr 12 10:01:40 2020 + description: Introduced njs_vm_opt_init(). diffstat: nginx/ngx_http_js_module.c | 2 +- nginx/ngx_stream_js_module.c| 2

Re: All I want for easter is a working module

2020-04-12 Thread Mathew Heard
Gee, glad I don't need to ask for help often. Usually providing a minimal working example to replicate a problem and a concise description of the problem is a good thing. I'm a member of quite a few communities that I provide support for and this would have been an easy case of "your usage of that

Using perf command for nginx process

2020-04-12 Thread Mahmood Naderan
Hi, I wonder if anybody here have tried perf command with nginx service. While the service is up, I ran a wrk command from another computer as below ./wrk -t1 -c100 -d200s http://10.1.1.130 On the server, the nginx process is 100% and then I attached perf command like $ sudo perf record -e