当前位置:网站首页>Apply for domain name binding IP to open port 80 record
Apply for domain name binding IP to open port 80 record
2022-07-03 09:24:00 【zeng31403】
- Where to buy the domain name , Bought the cheapest , Enough is enough. .
https://www.aliyun.com/sale-season/2020/procurement-domain

- After buying, you have to apply for a domain name and fill in the holder information , This one needs real name registration .

Mailbox validation ( Click the verification link in the received email ), If you pass the real name certification ( Upload ID card )
An hour later , Passed .Go to the management home page , Open the domain name management page .

Here are the successful domain names , Click the parsing settings on the right

Add records

Fill in the public network of the host in the record value IP after , Wait a few minutes and you can use the domain name to access the host

8. Check on ECs nginx Installation , It was installed last time .1.8 edition .

Various modules are available .
--user=nobody --group=nobody --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_gzip_static_module --with-http_realip_module --with-http_sub_module --with-http_ssl_module --with-pcre=/usr/local/pcre-8.33 --with-zlib=/usr/local/zlib-1.2.11 --with-openssl=/usr/local/openssl-1.0.1j
- Add... To it sever monitor 80 port
server {
# monitor 80 port
listen 80;
root /var/www/html;
charset utf-8;
index index.html index.htm index.nginx-debian.html;
server_name www.mxxx.xxz;
location / {
# Request forwarding to gunicorn The server
proxy_pass http://0.0.0.0:5000;
# Set request header , And pass the header information to the server
proxy_set_header Host $host;
# Set request header , Pass the original request ip to gunicorn The server
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
- This can be operated under Alibaba cloud , Add in and out 443、80 port

- Solve the port occupation , First take a look at the currently open ports .
netstat -lntp # Check the port , If not, install net-tools Just input again
yum -y install net-tools
Kill the process that occupies the port , then
kill xxxxx
- restart nginx . see nginx
/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
ps -ef | grep nginx - OK With the domain name, you can access , However, it seems that the Ministry of public security has warned to put on record , too troublesome , No .
Get certificates and... Next time 443 port .
边栏推荐
- [kotlin learning] classes, objects and interfaces - define class inheritance structure
- WARNING: You are using pip ; however. Later, upgrade PIP failed, modulenotfounderror: no module named 'pip‘
- [point cloud processing paper crazy reading frontier version 11] - unsupervised point cloud pre training via occlusion completion
- Go language - JSON processing
- Spark 集群安装与部署
- 【Kotlin疑惑】在Kotlin类中重载一个算术运算符,并把该运算符声明为扩展函数会发生什么?
- 【点云处理之论文狂读前沿版8】—— Pointview-GCN: 3D Shape Classification With Multi-View Point Clouds
- ERROR: certificate common name “*.” doesn’t match requested ho
- CATIA automation object architecture - detailed explanation of application objects (I) document/settingcontrollers
- 【毕业季|进击的技术er】又到一年毕业季,一毕业就转行,从动物科学到程序员,10年程序员有话说
猜你喜欢
![[point cloud processing paper crazy reading classic version 11] - mining point cloud local structures by kernel correlation and graph pooling](/img/40/e0c7bad60b19cafa467c229419ac21.png)
[point cloud processing paper crazy reading classic version 11] - mining point cloud local structures by kernel correlation and graph pooling

图像修复方法研究综述----论文笔记

AcWing 786. Number k

How to check whether the disk is in guid format (GPT) or MBR format? Judge whether UEFI mode starts or legacy mode starts?

The "booster" of traditional office mode, Building OA office system, was so simple!

dried food! What problems will the intelligent management of retail industry encounter? It is enough to understand this article

Hudi学习笔记(三) 核心概念剖析

【点云处理之论文狂读经典版9】—— Pointwise Convolutional Neural Networks
![[point cloud processing paper crazy reading classic version 14] - dynamic graph CNN for learning on point clouds](/img/7d/b66545284d6baea2763fd8d8555e1d.png)
[point cloud processing paper crazy reading classic version 14] - dynamic graph CNN for learning on point clouds

Sword finger offer II 091 Paint the house
随机推荐
Basic knowledge of network security
[point cloud processing paper crazy reading frontier version 8] - pointview gcn: 3D shape classification with multi view point clouds
Using Hudi in idea
Problems in the implementation of lenet
Beego learning - JWT realizes user login and registration
CSDN markdown editor help document
【点云处理之论文狂读前沿版11】—— Unsupervised Point Cloud Pre-training via Occlusion Completion
Spark 概述
Digital management medium + low code, jnpf opens a new engine for enterprise digital transformation
MySQL installation and configuration (command line version)
【点云处理之论文狂读经典版12】—— FoldingNet: Point Cloud Auto-encoder via Deep Grid Deformation
Bert install no package metadata was found for the 'sacraments' distribution
Detailed steps of windows installation redis
【点云处理之论文狂读经典版7】—— Dynamic Edge-Conditioned Filters in Convolutional Neural Networks on Graphs
Temper cattle ranking problem
Internet Protocol learning record
[solution to the new version of Flink without bat startup file]
Hudi学习笔记(三) 核心概念剖析
[point cloud processing paper crazy reading classic version 7] - dynamic edge conditioned filters in revolutionary neural networks on Graphs
【点云处理之论文狂读前沿版8】—— Pointview-GCN: 3D Shape Classification With Multi-View Point Clouds