Have learned a lot about how setting up a webserver using AlmaLinux. The thing that bugs me is most of the burntai.com web apps, are using one configuration file, the main nginx file. For burntai.com its /etc/nginx/conf.d/burntai.com.conf. Even Docker uses it. If it is setup wrong, it breaks everything that uses it, which on burntai.com is about everything. That is what happened when I had Claude run setup scripts and it stripped out everything on the production server. “Your not using SSL, going to take that section out”, but the site relies on SSL.
Need to stop trusting AI all together and review each change to make sure that it doesn’t break the site.