More thanks to Francis Daly

2022-07-26 Thread Jim Taylor
d to RaspberryPi.com for doing the hard part for me. Jim Taylor ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Thanks for your help, Francis Daly

2022-07-22 Thread Jim Taylor
Thank you for helping me unmake a mess! I had mistyped " ' " for " ` ".  To be honest, in 60 years in this business I had never typed " `  " on purpose before, so I typed single quotes around "lsb_release -cs" Now everything seems to have run correctly, but ... When I do an apt-get update, t

update failure

2022-07-21 Thread Jim Taylor
Installed nginx a couple of days ago, everything appeared to go as it should.  This evening a was going to add some programs, and was stopped cold at my first command.  What do i need to do to go forward? Thanks for your help! Jim Taylor root@D-00:~# apt-get update Hit:1 http

newbie location error give error 403

2022-03-08 Thread Jim Taylor
s and an images directory> Jim Taylor server  {     listen 443 ssl;     server_name  www.jstaylor.com;     ssl_certificate /etc/nginx/ssl/combined.crt;     ssl_certificate_key /etc/nginx/ssl/jstaylor.key;     location / {     try_files $uri $u