Serving a subdirectory

2019-12-04 Thread Thomas Schweikle
Hi! I'm a little bit lost now, since various configurations tried just dont work. None of them. I have: server { listen 443 default_server ssl; listen [::]:443 default_server ssl; server_name nc409.my.domain; root /var/www; index index.sh index.html; location /chrony {

Re: OCSP stapling for client certificates

2019-12-04 Thread Frank Liu
https://trac.nginx.org/nginx/ticket/1534 > On Dec 4, 2019, at 9:31 AM, ramirezc wrote: > > I have the same question ast itplayer: Other than CRL, any other alternative > way we can do OCSP validation in the pipeline? > > Posted at Nginx Forum: > https://forum.nginx.org/read.php?2,252893,28640

Re: OCSP stapling for client certificates

2019-12-04 Thread ramirezc
I have the same question ast itplayer: Other than CRL, any other alternative way we can do OCSP validation in the pipeline? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,252893,286405#msg-286405 ___ nginx mailing list nginx@nginx.org http:/

Re: 'Lost' the default config location

2019-12-04 Thread Francis Daly
On Tue, Dec 03, 2019 at 05:28:32AM -0500, chewiesw wrote: Hi there, > Noob here , so please bear with me. I have a reverse proxy working so if I > https://mysite.com/footyscore the page will launch. However if I browse to > http or https://mysite.com the default welcome to nginx page loads. I wa