You are here |
eerielinux.wordpress.com | ||
| | | |
blog.chand1012.dev
|
|
| | | | In this tutorial, we will be setting up a Flask server using Gunicorn and NGINX on Ubuntu 18.04 LTS. Requirements Any system running Ubuntu 18.04 LTS with SSH enabled. An SSH client. Installing After connecting via SSH to your server as root, run the following commands to install the required programs: apt update apt upgrade -y apt install nginx python3 python3-pip python3-venv This will install Python, NGINX, and the virtual environment needed to run the app. | |
| | | |
www.thepolyglotdeveloper.com
|
|
| | | | Learn how to create several web application containers and access them behind an NGINX reverse proxy that is also a Docker container. | |
| | | |
bicofino.io
|
|
| | | | I'm old fashion and in some cases I like to compile my stuff, Zabbix is one of these cases. You can add/remove features directly with ./configure, and mess around with some timeouts of zabbix_server and zabbix_agentd for example. In this tutorial, we will not change anything on the source code. We are going install Zabbix version 2.4.6 with MySQL, Nginx and PHP-FPM. This is the stack of what I use in production environments. | |
| | | |
jolvera.dev
|
|
| | Opinions and thoughts on web development, readings, and personal experiences. |