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 two servers running nginx:
Server 1 has a range of projects on it Server 2 has a new Vue/Nuxtjs (node)
On server 1 I have set up a proxy_pass to the static IP of server 2 where my node based app is running. So the goal is for users to just see http://domain.tld/folder, http://domain.tld/folder/login etc when they browse the site
Server 1:
location /folder/ {
proxy_pass http://200.1.1.1/; // IP of server 2
}
Server 2:
location / {
proxy_pass http://localhost:3000;
}
This works partly but all assets are 404. And when clicking links the browser visits http://domain.tld/login
009fd274aeae48f2bfbda6ef568676
Cloudstream Apk
032f50ee7f7d489db3b05e204fe139
032f50ee7f7d489db3b05e204fe139
Edward Sitarski
ebeecroft
dashan
34bcef38725b4e6eb5224ae028f17e
markatango
gouskova