update
Browse files- nginx.conf +0 -6
nginx.conf
CHANGED
|
@@ -35,12 +35,6 @@ http {
|
|
| 35 |
}
|
| 36 |
proxy_pass $target_proto://$target_host$target_path;
|
| 37 |
proxy_set_header Host $target_host;
|
| 38 |
-
# # 测试到此有没有往下执行
|
| 39 |
-
# echo "123123";
|
| 40 |
-
|
| 41 |
-
# # 输出调试信息,确认变量是否被正确传递到 Nginx 配置部分
|
| 42 |
-
# echo "$target_proto://$target_host$target_path";
|
| 43 |
-
# echo "request_uri: $request_uri";
|
| 44 |
}
|
| 45 |
}
|
| 46 |
}
|
|
|
|
| 35 |
}
|
| 36 |
proxy_pass $target_proto://$target_host$target_path;
|
| 37 |
proxy_set_header Host $target_host;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
}
|
| 39 |
}
|
| 40 |
}
|