geqintan commited on
Commit
6f1db4a
·
1 Parent(s): 5be8505
Files changed (1) hide show
  1. nginx.conf +1 -6
nginx.conf CHANGED
@@ -36,12 +36,7 @@ http {
36
  echo "123123";
37
 
38
  # 输出调试信息,确认变量是否被正确传递到 Nginx 配置部分
39
- echo "target_proto: $target_proto";
40
- echo "target_host: $target_host";
41
- echo "target_path: $target_path";
42
- echo "target_path:$target_path";
43
- echo "456456";
44
- echo "$target_proto$target_path";
45
 
46
 
47
 
 
36
  echo "123123";
37
 
38
  # 输出调试信息,确认变量是否被正确传递到 Nginx 配置部分
39
+ echo "$target_proto://$target_host$target_path";
 
 
 
 
 
40
 
41
 
42