nginx

Настройка Django с Postgres, Nginx и Gunicorn в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Настройка Django с Postgres, Nginx и Gunicorn в Ubuntu 18.04

Django — это мощная веб-система, помогающая создать приложение или сайт Python с нуля. Django включает упрощенный сервер разработки для локального тестирования кода, однако для серьезных производственных задач требуется более защищенный и мощный веб-сервер. В этом руководстве…

Read more
How To Set Up Multiple SSL Certificates on One IP with Nginx on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Multiple SSL Certificates on One IP with Nginx on Ubuntu 12.04

Although hosting several sites on a single virtual private server is not a challenge with the use of virtual hosts, providing separate SSL certificates for each site traditionally required separate IP addresses. The process has recently been simplified through the use of Server Name Indication (SNI), which sends a site visitor the certificate that matches the requested server name.

Read more
How To Set Up the code-server Cloud IDE Platform on Kubernetes — step-by-step Kubernetes tutorial on Progressive Robot

How To Set Up the code-server Cloud IDE Platform on Kubernetes

With developer tools moving to the cloud, creation and adoption of cloud IDE (Integrated Development Environment) platforms is growing. code-server is Microsoft Visual Studio Code running on a remote server and accessible directly from your browser. In this tutorial, you will set up the code-server cloud IDE platform on your Kubernetes cluster and expose it at your domain, secured with Let’s Encrypt certificates.

Read more
How To Setup Nginx Server Blocks on Debian 7 — step-by-step Linux tutorial on Progressive Robot

How To Setup Nginx Server Blocks on Debian 7

When used with nginx, “Virtual Hosts” are referred to as “Server Blocks” and allow users to run more than one website/domain off a single server/IP address. The kernel used in this tutorial is Debian 7: it will go over how to set up a new directory/grant permissions/add content/turn on virtual hosting/set up local hosts.

Read more
CHAT