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/

image

查看日志

image

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

image

查看日志

image

34.3 访问8082

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

image

查看日志

image

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

image

查看日志

image

34.4 访问错误页面

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

image

查看日志

image

 

———————————————————————————————————————————————————————————————————————————

                                                                                                                         无敌小马爱学习

posted on 2026-05-08 16:18  马俊南  阅读(10)  评论(0)    收藏  举报