Detailed explanation of Alibaba Cloud security rule configuration

Detailed explanation of Alibaba Cloud security rule configuration

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:
  • Alibaba Cloud Linux Server Security Settings (Firewall Policy, etc.)
  • Alibaba Cloud Windows Server Security Settings (Firewall Policy)
  • How to use iptables to set security policies on Alibaba Cloud Linux servers
  • How to use Alibaba Cloud Shield Web Security Defense (WAF) (picture and text)

<<:  MySQL 5.7.23 decompression version installation tutorial with pictures and text

>>:  Complete example of Vue encapsulating the global toast component

Recommend

Using JS to implement binary tree traversal algorithm example code

Table of contents Preface 1. Binary Tree 1.1. Tra...

Detailed explanation of the use of shared memory in nginx

In the nginx process model, tasks such as traffic...

The most complete 50 Mysql database query exercises

This database query statement is one of 50 databa...

Div css naming standards css class naming rules (in line with SEO standards)

There are many tasks to be done in search engine o...

Introduction to JavaScript Number and Math Objects

Table of contents 1. Number in JavaScript 2. Math...

CSS makes tips boxes, bubble boxes, and triangles

Sometimes our pages will need some prompt boxes o...

How to quickly query 10 million records in Mysql

Table of contents Normal paging query How to opti...

A brief introduction to the usage of decimal type in MySQL

The floating-point types supported in MySQL are F...

Use Grafana+Prometheus to monitor MySQL service performance

Prometheus (also called Prometheus) official webs...

CSS example code to hide the scroll bar and scroll the content

Preface When the HTML structure of a page contain...