I just freshly installed the self-hosted Ghost with the CLI command and everything was fine untill I started the ghost server and tried to access the blog with the URL I wrote during the installation but I don’t get any response from the blog and the Chrome white page “The website isn’t working”…
Can someone help me ?
Here is the config file in my ghost directory in “/var/www/ghost”:
{ “url”: “https://blog.test.com”, “server”: { “port”: 2368, “host”: “127.0.0.1” }, “database”: { “client”: “mysql”, “connection”: { “host”: “localhost”, “user”: “ghost”, “password”: “test”, “database”: “ghost_prod” } }, “mail”: { “transport”: “Direct” }, “logging”: { “transports”: [ “file”, “stdout” ] }, “process”: “systemd”, “paths”: { “contentPath”: “/var/www/ghost/content” } }
I used the recommended stack but instead of Ubuntu i’m using Debiant 8.
I tried connection with direct IP and port but same result