http实验
先创建需要访问的web页面文件index.html
编辑vim /etc/nginx/conf.d/testip.conf
测试通过域名访问需要编辑/etc/hosts
如果通过windows的浏览器访问需要编辑下面的文件通过一管理员身份打开的记事本编辑
C:\Windows\System32\drivers\etc下的hosts文件
192.168.106.100 www.100.com
虚拟目录需要创建用户
[root@localhost ~]# dnf install httpd-tools -y
[root@localhost ~]# htpasswd -cb /etc/nginx/conf.d/usr-password user1 123456
https实验
[root@localhost certs]# openssl genrsa -out https.key 创建公钥信息
[root@localhost certs]# openssl req -utf8 -new -key https.key -x509 -days 100 -out https.crt