34 Nginx基础配置实例测试
34 Nginx基础配置实例测试
34.1 重新加载
[root@nginx-100 /usr/local/nginx/sbin]# ./nginx -t nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful [root@nginx-100 /usr/local/nginx/sbin]# ./nginx -s reload
34.2 访问8081
浏览器访问:http://10.0.0.100:8081/server1/location1/

查看日志

浏览器访问:http://10.0.0.100:8081/server1/location2/

查看日志

34.3 访问8082
浏览器访问:http://10.0.0.100:8082/server2/location1/

查看日志

浏览器访问:http://10.0.0.100:8082/server2/location2/

查看日志

34.4 访问错误页面
浏览器访问不存在页面:http://10.0.0.100:8081/abc

查看日志

———————————————————————————————————————————————————————————————————————————
无敌小马爱学习
浙公网安备 33010602011771号