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.

I have added multiple redirects to my ghost droplet, to make sure that
The only thing that I am unable to figure out to make httpS://ip go to domain.com
I followed the instructions in this topic (link) to make an extra SSL certificate for the www.domain.com portion. I reused it for my ip adress and that works fine for the http portion which now redirect to domain.com. Given Let’s encrypt does not give certificates for ip adresses it did not auto create a config for https://ip on port 443
I tried the following:
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name 123.123.123.123.443;
root /var/www/ghost/system/nginx-root;
return 301 https://domain.com$request_uri;
}
location ~ /.well-known {
allow all;
}
client_max_body_size 50m;
}
jeffs
0621335d663b4b699a60eb27e28153
accesstrax
Dwight Trumbower
admin
yimprogramming
samunyi90
1d6ce141ab5444dfb1ea2dd29cf4b1
Matt Fricker
joel9b158e40551b15093f213f
EmilJacobs