Nginx development

2022-04-11 Thread dimitre
First of all thanks for all the hard work on the best server out there. I'm now using the experimental QUIC branch. I've noticed developent stalled about two months ago, both QUIC and mainline. As I knew about Igor departure this year I'm kind of curious if the project still have a roadmap, if QUIC

Re: Using $host variable in ssl_certificate path

2021-10-20 Thread dimitre
Thanks for the clarification Grzegorz, I'm going to research how to do it right with Certbot. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,292653,292664#msg-292664 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/lis

Re: Using $host variable in ssl_certificate path

2021-10-20 Thread dimitre
I'm now using Nginx 1.21. I've noticed Nginx actually runs with variable in ssl certificate path, but the certificate itself doesn't run. ssl_certificate /etc/letsencrypt/live/$host/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/$host/privkey.pem; # managed by Certbot

Re: Using $host variable in ssl_certificate path

2021-10-20 Thread dimitre
Upgrading to mainline now. Unfortunately dnf still has the latest stable as 1.14 Thank you! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,292653,292655#msg-292655 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listi

Using $host variable in ssl_certificate path

2021-10-20 Thread dimitre
hello, I'm trying to use the variable $host in this entry: ssl_certificate /etc/letsencrypt/live/$host/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/$host/privkey.pem; to potentially make one entry that fits multiple domains, but it is not possible I think the variable $host is not