Raja2017
2017-11-20 03:16How to setup VPC Network with Aliyun ECS and Nginx
I were new to the Aliyun VPC ECS Instance. I didnt find any solutions for set up vpc and nginx configurations.
The following steps could help to setup the VPC network and nginx
1. Setup the security groups with VPC ECS Instances
Tcp/IP port 22 allow and priority 110 and ip address as 0.0.0.0/0 for allow public internet to vpc instances
ALL ICMP port -1/1 and priority 110 and ipaddress 0.0.0.0/0
custom port as yours and address 110 and ipaddress 0.0.0.0/0
Nginx configuration
server {
listen 127.0.0.1;
server_name localhost;
location /{
#your configurations goes here
}
}
Thanks and cheers.
- 点赞
- 回答
- 收藏
- 复制链接分享
2条回答
为你推荐
- 为什么找不到我的供应库?
- it技术
- 互联网问答
- IT行业问题
- 计算机技术
- 编程语言问答
- 2个回答
- http将网址部分路由到其他服务器
- routes
- wordpress
- php
- 1个回答
- 具有可变输入/输出类型的通用函数
- it技术
- 互联网问答
- IT行业问题
- 计算机技术
- 编程语言问答
- 2个回答
- 哪个Linux发行版最适合在虚拟机中运行,用于编程研究?
- apache
- linux
- php
- 10个回答
- AWS中的Joomla部署,尤其是管理在多个可用区域中运行的Web服务器(实例)之间的公共文件/文件夹
- deployment
- php
- 1个回答
换一换