location root not working as described

2021-03-20 Thread John Fowler
Thank you for the pointer. Looks like the problem has been resolved. The location needed a trailing “/“ on the path. location ^~ /.well-known/acme-challenge/ { allow all; alias /var/www/certbot/; try_files $uri =405; } John Working Nigin

Re: location root not working as described

2021-03-20 Thread Francis Daly
On Sat, Mar 20, 2021 at 03:08:03PM -0700, John Fowler wrote: Hi there, > Thank you for your suggestion, but I had tried using the alias as well and > that did not work as advertised. The following is the results of using the > alias and “^~”. > > I do see some odd behavior. > > The following

location root not working as described

2021-03-20 Thread John Fowler
Good Day, Thank you for your suggestion, but I had tried using the alias as well and that did not work as advertised. The following is the results of using the alias and “^~”. I do see some odd behavior. The following access snippet 2021/03/20 21:44:21 [error] 14#14: *7 open() "/var/www/certbo