nginx

How To Install and Configure Drone on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Drone on Ubuntu 16.04

Drone is a popular continuous integration and delivery platform built in Go. It integrates with many popular version control repository services like GitHub, GitLab, and Bitbucket to watch for code changes and automatically build and test changes as they…

Read more
Docker Explained: How To Containerize and Use Nginx as a Proxy — step-by-step Docker tutorial on Progressive Robot

Docker Explained: How To Containerize and Use Nginx as a Proxy

In this the cloud provider article, our goal is to learn about creating a docker container from a base image and building it to run Nginx (layer by layer). Later, following the steps from the beginning, we create a Dockerfile to automate the process using a custom input file for configurations. In the end, using this Nginx docker image, it becomes possible to create self-contained sandboxes running Nginx, which can be used to serve “dockerised” applications.

Read more
Обслуживание приложений Flask с uWSGI и Nginx в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Обслуживание приложений Flask с uWSGI и Nginx в Ubuntu 18.04

В этом обучающем модуле вы создадите приложение Python с использованием микроструктуры Flask в Ubuntu 18.04. Основная часть этой статьи посвящена настройке сервера приложений uWSGI, запуску приложения и настройке…

Read more
How To Publish a Vuetify App with Nginx on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Publish a Vuetify App with Nginx on Ubuntu 20.04

Vuetify is a UI components library for Vue.js. Vuetify is highly configurable and customizable. You can modify the components to fit your needs, and you can set up your own theme to have a consistent component library based on your brand style. In this tutorial, you will create a TODOs app based on Vuetify from scratch and publish it using Nginx as a reverse proxy, which is required to deploy a Vue app.

Read more
CHAT