update
Browse files- 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 "
|
| 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";
|