geqintan commited on
Commit
ea95245
·
1 Parent(s): b513f8f
Files changed (1) hide show
  1. nginx.conf +1 -1
nginx.conf CHANGED
@@ -48,7 +48,7 @@ http {
48
  # 拼接 target_url
49
  # set $target_url "$target_proto://$target_host$target_path";
50
  set $aaa "AAA";
51
- set $target_url "789789$target_path";
52
 
53
  # 输出拼接后的 target_url
54
  echo "target_url: $target_url";
 
48
  # 拼接 target_url
49
  # set $target_url "$target_proto://$target_host$target_path";
50
  set $aaa "AAA";
51
+ set $target_url "qwer:$target_path";
52
 
53
  # 输出拼接后的 target_url
54
  echo "target_url: $target_url";