SO CLOSE
Nginx is failing to start
@spiderrobotpig I assume you've double-checked the config file for errors? And checked if a quasi-zombie is sticking around?
@melindrea We aren't sure if we're supposed to change the example.com to the website, so that might be it?
@spiderrobotpig this is using the example at mastodon?
@melindrea Yeah, with modifications for SSL that was on the tutorial. Maybe we don't need that part?
@spiderrobotpig Lemme quickly look it over. This is going to be witches.academy I think you said?
@melindrea Yeah, letsencrypt worked really well actually which we were suspicious of
@melindrea just about to
@spiderrobotpig If you run `nginx -t` (using sudo if necessary) it should tell you if there's syntax errors
@melindrea nginx: [emerg] BIO_new_file("/etc/letsencrypt/live/example.com/fullchain.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/example.com/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)
@melindrea OH WE SEE IT
@melindrea Wait no. We changed it but it's still wrong. Maybe a different file?
@spiderrobotpig If you add -c /full/path/to/config you can double-check which one is being used
@spiderrobotpig Alright, bedtime for me. Good luck!
@spiderrobotpig no, it really is that easy =) (at this point--in the beginning it was ... not as easy).
You've replaced the example.com in the ssl-stuff with witches.academy too, right?