Two days ago, I took advantage of the Double 11 shopping festival and bought an ECS (server) on Alibaba Cloud. I just configured an nginx and tried to access it as shown below, but found that it could not be accessed. It turns out that Alibaba Cloud Server needs to configure security rules for security reasons. If you do not set security rules for the port, the browser cannot access it. So how exactly are security rules configured? See below for details: (1) Log in to Alibaba Cloud, find [Cloud Server ECS], and click; (2) Click the number behind the cloud server; (3) Click [Security Group], find [Configuration Rules] for the corresponding server instance, and click; (4) Click [Add security group rule] (5) We take port 80 as an example to configure so that all IP addresses can access port 80; (6) Then after a while of configuration, one more rule can be added. (7) At this point, our nginx can be accessed. The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: MySQL 5.7.23 decompression version installation tutorial with pictures and text
>>: Complete example of Vue encapsulating the global toast component
Preface In daily code development, there are many...
Table of contents 1minio is simple 2 Docker build...
1. MyISAM storage engine shortcoming: No support ...
Because the data binding mechanism of Vue and oth...
This article example shares the specific code of ...
Preface Mobile devices have higher requirements f...
I. Introduction Docker technology is very popular...
I am planning to build my own website, so I took ...
Let me briefly explain the functional scenario: T...
Today, I found out while working on PHP that if w...
When you are working on a shared system, you prob...
The select element creates a single-select or mult...
Introduction: Nginx (pronounced the same as engin...
There is a table user, and the fields are id, nic...
Preface All hardware devices in the Linux system ...