首先,要配置安全组:
点击安全组-配置规则
然后入方向配置:
出方向配置:
在这里因为需求,所以我将所有的端口都开启了,可以根据自行需要配置。
最后服务器上要下载apache服务:
apt install apache2 -y
systemctl status apache2
如果apache服务没有开启,使用下面命令开启
/etc/init.d/apache2 start
/etc/init.d/apache2 restart
访问:https://IP即可,文件一般放在/var/www/html目录下。