Search: "nginx server"
How to Deploy Ruby on Rails with Passenger and Nginx on Ubuntu 16.04 blog
Rails with Passenger and the Nginx web server on an Alibaba Cloud Elastic Compute Service (ECS) Ubuntu 16.04 server ...
Preparing a LEMP Ubuntu 18 Server with WordPress using Ansible blog
. Prepare LEMP server on Ubuntu 18.04 (Linux, Nginx, MySQL, PHP) 2. Prepare server for one domain with Cloudflare SSL ## Part 1 ...
How to Configure Nginx High Availability Cluster Using Pacemaker on Ubuntu 16.04 blog
installation and configuration of a two-node Nginx web server cluster using Pacemaker on an Alibaba Cloud Elastic Compute Service ...
How to Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 16.04 blog
learn to configure the Gunicorn application server to interface with our applications and set up Nginx to reverse proxy to Gunicorn ...
How to Monitor Nginx using Netdata on CentOS 7 blog
update its domain nameserver records. ## Install Nginx Web server Before installing netdata on your CentOS server, we will have to ...
Nginx logs  - Log Service Documentation
The Nginx log format and directory are generally in the configuration file /etc/nginx/nginx.conf ...
Swoole based Simple HTTP Server with OSS SDK blog
, on the server side, is to use nginx as a front-end proxy. Then access the initiated Swoole server through the nginx reverse ...
Setting Up a Server Cluster for Enterprise Web Apps (3) blog
-another-example.com` Above the server block add the following: ``` fastcgi_cache_path /var/run/nginx-fastcgi-cache levels=1:2 ...
How to Setup WordPress with Nginx and HHVM on Ubuntu 16.04 blog
available packages. apt-get update -y Install Nginx and MariaDB First, you will need to install Nginx web server and MariaDB to ...
How to Create a Chat Server Using Matrix Synapse on Ubuntu 16.04 blog
starting, you will need to install Nginx web server to your system. You can install Nginx easily by running the following command ...