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.

My two domain
i want second domain to point at In My /var/www/html
index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aditya</title>
<style>
.main {
display: table;
}
strong {
color: black;
}
h1 {
color: white;
font-family: Arial, Helvetica, sans-serif;
}
body {
background-color: tomato;
}
a {
text-decoration: none;
}
</style>
</head>
<body>
<div class="main">
<div class="heading">
<h1>Hello!, It's Aditya <strong><a href="https://t.me/lazycoderalways">Contact Me</a></strong></h1>
</div>
</div>
</body>
</html>
I want my first domain to point at in my flask app /var/www/telegram_bot mybot.wsgi
import sys
import logging
logging.basicConfig(stream=sys.stderr)
sys.path.insert(0,"/var/www/telegram_bot/")
from telegram_bot import app as application
application.secret_key = 'Add your secret key'
my telegram_bot.conf
<VirtualHost *:80>
ServerName aditya...ts.xyz
ServerAlias www.aditya...ts.xyz
ServerAdmin admin@mywebsite.com
WSGIScriptAlias / /var/www/telegram_bot/mybot.wsgi
<Directory /var/www/telegram_bot/telegram_bot/>
Order allow,deny
Allow from all
</Directory>
Alias /static /var/www/telegram_bot/telegram_bot/static
<Directory /var/www/telegram_bot/telegram_bot/static/>
Order allow,deny
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
I have already enable conf
gerard
Jon Harris
orbitstorm88
rem3n
yolanda smith
301276acdc124dd982fe86364ba8c4
30ddab6038c044188d489290785dcb
699c9bc0a2c34f248e792cb8d2c6ab
Kent Morlan
sylvaticus
agitechcr
8b8f3c8ea96345bf8ddb0a59a008e2