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.

By jderdock
I’m setting up a non-managed VPS for the first time and can’t get root relative paths to work.
If I use <img src=“/images/image.jpg” />, it doesn’t work. It looks like it’s trying to go all the way to the IP address root to look for the image.
My virtual hosts file should’ve taken care of that, I thought…which is:
ServerAdmin me@myemailaddress. ServerName example.com ServerAlias www.example.com DocumentRoot /var/www/example.com/public_html
Any links/hints would be fantastic! Thanks