@TechHut covers linking up domain names, deploying Docker on Akamai Connected Cloud and setting up a reverse proxy with SSL Certification on your server.
New to Cloud Computing? Get started here with a $100 credit → [ Ссылка ]
Chapters:
0:00 Introduction
0:43 Add a Domain + Namecheap Example
2:25 Generate an API Token
3:00 Create Linode
6:05 Launch LISH Console
6:45 Run sudo apt update & upgrade
7:30 SSH Into the Local Terminal
8:00 Check the Domain Name
9:00 Install Portainer + Set Up New Portainer
11:38 Add a Subdomain
14:43 Install Certbot & Generate a Certificate
16:28 Create Another Docker Container: OhMyForm
19:53 Conclusion
Portainer Configuration File:
server {
listen 80;
listen [::]:80;
server_name your_domain_here;
access_log /var/log/nginx/example.access.log;
error_log /var/log/nginx/example.error.log;
location / {
proxy_pass [ Ссылка ];
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}
Read the doc for more information on creating a domain → [ Ссылка ]
Learn more about Docker on Linode Marketplace→ [ Ссылка ]
Subscribe to get notified of new episodes as they come out → [ Ссылка ]
#AkamaiDeveloper #SSL #Docker #nginx
Product: Akamai, SSL Certification, Docker, nginx; @TechHut
Ещё видео!