When I go to my new blog using https://linuxhowto.tech/ it works just fine. When I click on home at the top it works fine.
When I click on the name of the blog and so on it goes to http://localhost:2368/
I can’t see where to change it so URL will always be https://linuxhowto.tech/. I’ve looked through various config files and can’t seem to find what will make this change.
in config.js the url is set to https://linuxhowto.tech just as the instructions call for.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
@marmot7
The first thing I would recommend changing is this server block:
When it comes to HTTP -> HTTPS redirects, you don’t need to specify a location block. All you need to use is:
Beyond that, I just setup and ran a test installation of Ghost + NGINX using your Proxy Config and it’s working without any issues, so it may be the above that’s causing the issues.
So for you domain, you should have two server blocks that look like:
@jtittleI think I marked one of your answers as accepted answer. I really, really appreciate your help. Thank you. It’s been a bit of a long road but I’m happy to say that all is well that ends well. I now have a useable ghost blog that’s https which was my goal for tonight.
I went ahead and restarted the droplet but somehow made the problem change to this:
LOL. From sort of working to flat out broken.