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 was following the nginx,uwsgi with flask tutorial. My nginx config file contains:
server {
listen 5000;
server_name 19X.X.X.X;
client_header_buffer_size 5M;
large_client_header_buffers 4 5M;
client_max_body_size 75M;
location / {
include uwsgi_params;
uwsgi_pass flask:8080;
}
}
Here I want to add and additional IP address like 123.345.67.8 and a subdomain test.mydomain.com. How can I add there
santoshpatil
crisdan
KFSys
Andrew J Montanus
nashurgessa
blueviolet
Ibrahim Mudassar
288dccdbfd934607b6f223b33b9d92
TinyLightSeaGreenShrimp
AdorableCeruleanEel
Bobby