nginx 在哪儿添加http配置项
1个回答
展开全部
在nginx.conf的例子
http {
mytest_num 1;
server {
server_name A;
listen 80;
mytest_num 2;
location /L1 {
mytest_num 3;
}
location /L2 {
mytest_num 4;
}
}
server {
server_name B;
listen 80;
location /R1 {
mytest_num 5;
}
location /R2 {
mytest_num 6;
}
http {
mytest_num 1;
server {
server_name A;
listen 80;
mytest_num 2;
location /L1 {
mytest_num 3;
}
location /L2 {
mytest_num 4;
}
}
server {
server_name B;
listen 80;
location /R1 {
mytest_num 5;
}
location /R2 {
mytest_num 6;
}
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询