Web not working after ssl installing

So like this, correct? @rg305 https://hatebin.com/qjkkdqfwhd

somehow your editor doesn’t get all the way to the end - but it is technically correct now.
It just looks funny:

server {
   if ($host = purplenode.lv) {
       return 301 https://$host$request_uri;
   } # managed by Certbot
   listen 80;
   server_name purplenode.lv;
   return 404; # managed by Certbot
#server   <<<<< LOOKS LIKE IT SHOULD END HERE





}  <<<<< BUT IS REALLY ENDING HERE

Did it work?
I can’t reach your site.
SSL Labs can’t reach your site.

It did not. @rg305 sadly. nothing works anymore. https://a.cockfile.com/Us82CO.png

switch to another editor and review all the files.
[yours seems to leave things at the bottom of each file]

I love atom :smiley: I dunno, it doesn’t usually. I will uhh-… switch to apache, i cannot handle nginx :smiley:

1 Like


Congrats.
Glad to see it finally working :slight_smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.