Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Restarted Ghost recently and not can’t get to the site via the domain URL. Not sure what happened. Tried looking into config.js and sites-enabled with no help.
Any ideas?
sites-enabled
server {
listen 80;
server_name shinyidol.us;
return 301 https://$server_name$request_uri;
root /usr/share/nginx/html;
index index.html index.htm;
client_max_body_size 10G;
location / {
proxy_pass http://localhost:2368;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_buffering off;
}
}
config.js
production: {
url: 'http://shinyidol.us',
mail: {},
database: {
client: 'sqlite3',
connection: {
filename: path.join(__dirname, '/content/data/ghost.db')
},
debug: false
},
server: {
host: '127.0.0.1',
port: '2368'
}
},
Ted LeRoy
f60f754977ec49e1b2cad3cf42286e
4179d9b6f92a45088ab9eb4db85623
O Y
Davy KIALA
Radhe
Marius Chabi
sebastian
jkawli+digitalocean
jkawli+digitalocean
72665e12c10449b78b2f5ebdc86b3a