相关考题
-
单项选择题
nginx依照url的哈希值实现负载均衡的策略是()
A.least_conn
B.ip_hash
C.url_hash
D.fair -
单项选择题
nginx负载均衡策略中的最少连接数策略是指()
A.least_conn
B.ip_hash
C.url_hash
D.fair -
单项选择题
关于Nginx,配置项location /helloworld/test/{return 601;}的return 601作用是()
A.返回状态码601
B.返回一个特殊的错误页面
C.默认返回601.html页面
D.什么也不做