Hello Everyone, I have been playing around with frontity for a couple of weeks now and I have decided to make my blog using frontity. I have run across several issues trying to serve a frontity project form a vps.
After days of trying to deploy my frontity website on my vps with no success and right before I was ready to ditch frontity for good I noticed that the frontity website is successfully being serve thru http but not https. Any guess as to why that happens and how I can fix it? I have google and google for a solution and I have found nothing on the subject. I ran another nodejs app and it successfully runs on my domain on https. I’m sure there is a file on frontity I must configure but I have found nothing on the subject in the frontity docs. I’m running ubuntu 16.04 and apache2 on my vps and the certificate is from let’s encrypt. I also have a second vps running nginx and having the same issue. Although the nginx server I cannot see the frontity project working thru the domain since it redirects to https but it displays when I input the server ip into the address bar.
Also is it possible to run frontity with pm2 ??? or how can i serve frontity as a background service?? Frontity claims that it is like any other node.js app but I don’t think that is true. Please help me with my problem. Let me know what information I am missing to help fix this problem. And I promise to make a Guide for anyone running into the same issue because so far I haven’t find anything useful and I have been googling for days.