Okay, so I recently did a full overhaul of my printer lab and moved all of my printers up onto some industrial shelving and then reconfigured the entire room, long story short my printers have all been sitting idle for about a month. Today I completed all of my projects and fired up all of the printers so that I could run updates and make sure everything was working. Here's where it gets weird. I can see all of the printers connecting to my local network through my router's dashboard, so I know the router and the Pi's are playing nicely. I can SSH into each printer's Pi and run updates through KIAUH, no problem there. I can even pull up the interface for each printer on Mobileraker. What I can't do is pull up the Mainsail page for each of my printers. It simply refuses to connect. It is worth mentioning here that I created my own home file server from a spare SSD and a RPi5 that I had laying around during the downtime. This server uses Port 80 so that I can upload/download files from anywhere in the world that has an internet connection. The server has been operating flawlessly for about 2 weeks now. The problem is that Mainsail also listens at Port 80 and I believe that is what is causing the problem. I've already SSHed into a few of the printers and changed the Port that Mainsail listens at to Port 81. Specifically by using this Linux command: sudo nano /etc/nginx/sites-available/mainsail. That hasn't worked and I'm kind of out of ideas at this point. Can anyone point me in the right direction? Thanks in advance!
Just tried: sudo systemctl status mainsail.service and it says "Unit mainsail.service could not be found" when I ran the same command for the moonraker service, it was running properly, so it looks like mainsail is definitely the problem here.