Compile LNMP manually (follow the detailed experimental steps)
LNMP represents the web server architecture of Nginx+MySQL+PHP under Linux system.
Linux is a kind of Unix computer operating system, which is the most popular free operating system. Representative versions include debian, centos, ubuntu, fedora, gentoo, etc.
Nginx is a high-performance HTTP and reverse proxy server, and also an IMAP/POP3/SMTP ...
Posted by dr.maju on Tue, 05 Nov 2019 12:10:54 +0100
Discue forum of LNMP architecture
LNMP architecture
LNMP platform is the combined architecture of Linux, Nginx, MySQL and PHP. It requires Linux server, MySQL server and PHP parsing environment
Component component
Linux is a kind of Unix computer operating system, which is the most popular free operating system.
Nginx is a high-performance HTTP and reverse proxy server.
Mysql ...
Posted by sampledformat on Sat, 02 Nov 2019 06:51:53 +0100
nginx domain name configuration virtual host
A domain name, corresponding to an IP addressThrough DNS domain name resolution server, domain name can be resolved to IP address
HereSpecify the IP address of the domain name by modifying the host file
host hijackingIn the host file, configure the domain name and IP address. When accessing the domain name,Because the IP address corresponding ...
Posted by erwt on Fri, 01 Nov 2019 20:51:28 +0100
Nginx hot deployment and log cutting, have you learned?
In the previous article, after we have installed Nginx and configured the Nginx file, I need to operate the command line of Nginx at this time. This article mainly explains the related knowledge of Nginx command line and familiarizes ourselves with Nginx command line operation through the daily hot deployment and cutting log file scenarios.
Rec ...
Posted by LHBraun on Fri, 01 Nov 2019 19:38:48 +0100
Alibaba cloud Kubernetes CSI practice - dynamic cloud disk volume
Environmental preparation
For cluster creation, dependency configuration and CSI plug-in deployment, please refer to: CSI deployment details
Create dynamic PV
Create a dynamic volume PV from the following template:
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: disk-pvc
spec:
accessModes:
- ReadWriteOnce
resources:
reque ...
Posted by CleoK on Tue, 29 Oct 2019 19:58:08 +0100
EFK tutorial - EFK Quick Start Guide
Through the deployment of elastic search (three nodes) + filebeat+kibana quick start EFK, and build the available demo environment test effect
Author: "the wolf of hair", welcome to reprint and contribute
Catalog
Application Experiment architecture ▪ EFK software installation ▪ elastics ...
Posted by McChicken on Sun, 27 Oct 2019 13:30:10 +0100
Linux operation and Maintenance Notes: smooth upgrade of nginx and 4-tier agent
Linux operation and Maintenance Notes (7): smooth upgrade of nginx and 4-tier agent
nginx smooth upgrade
With the increasing number of concurrent visits to websites, nginx web servers are becoming more and more popular. The version of nginx is changing more and more frequently. The new version of ng ...
Posted by fred_m on Sun, 27 Oct 2019 10:53:36 +0100
Nginx reverse proxy / load balancing / SSL configuration
Source: https://blog.csdn.net/Powerful_Fy
What is reverse proxy?
1. Two servers A and B belong to the same internal network segment, but A is not connected to the external network, B is connected to the external network, and client C has only the external network.
2. If C wants to access A through B, it needs to do reverse proxy on server B.
3. ...
Posted by Domhnall on Tue, 22 Oct 2019 02:50:00 +0200
Build php development environment with win10 docker toolbox
Download mirroring
docker pull mysql:5.7
docker pull php:7.2-fpm
docker pull nginx
docker pull redis:3.2
Set up shared files
Host create directory
E:\wnmp\mysql57\conf
E:\wnmp\mysql57\log
E:\wnmp\php72\conf
E:\wnmp\php72\conf
E:\wnmp\nginx\conf
E:\wnmp\nginx\conf
E:\wnmp\www
vmware setting up file sharing
PicturedAfter setting, execute docker ...
Posted by Cless on Sat, 19 Oct 2019 16:01:09 +0200
Requ. getRequest URL () gets the server address, nginx reverse proxy host configuration, and the use of tomcat embedded in spring boot
tomcat uses the nginx reverse proxy, and the server path obtained becomes the intranet address configured in nginx. If on the same server, it becomes 127.0.0.1 or localhost. What we need is the extranet address. At this time, we need to enable the forwarding request header configuration.
How to enable it? Next, look at the sour ...
Posted by centipede on Tue, 08 Oct 2019 17:21:22 +0200