Search: "nginx server"
Database Visualization using Metabase - Install Metabase on CentOS 7 blog
server. We will use PostgreSQL to host the Metabase database. We will also set up Nginx as a reverse proxy and secure the Metabase ...
How to Deploy React Apps Using Webhooks and Integrating Slack on Ubuntu blog
installed on it. I will build a React app and add the code to GitHub repository. After this, I will configure Nginx server ...
How to Install Akaunting on CentOS and Ubuntu blog
; ``` ## Install Nginx Server You will be required to install an Nginx server. For this purpose, you will need to follow the steps ...
Access logs of Layer-7 Server Load Balancer - Log Service Documentation
Alibaba Cloud Server Load Balancer can distribute traffic for multiple Elastic Compute Service (ECS ...
Implementing a Modern WordPress Workflow on Alibaba Cloud - Part 3 blog
safely in the server's nginx directory. To create an authorized user and password, and store the file in the chosen directory ...
Build an LNMP environment on CentOS 7 - Elastic Compute Service Documentation
small and efficient Web server software for Linux. NGINX allows you to easily build an LNMP Web service ...
How to Quickly Implement Nginx-based Website Monitoring blog
In this article, we discuss about a rapidly growing business with an application that adopts the common distributed Nginx + app ...
How to Install Opencast on Ubuntu 16.04 blog
the internet but to set up a production-grade web server such as Nginx or Apache as a reverse proxy to forward the incoming ...
Analysis on Health Check Logic of a Kubernetes Ingress Controller blog
When the Nginx Ingress Controller starts, use goroutine to start an HTTP server: ``` // Initialize an HTTP request handler ...
Creating and Scaling Kubernetes Pods on Alibaba Cloud blog
replicas are running at any given time. Start a single Nginx instance with one ReplicaSet. ``` root@kube-master:$ kubectl run ...