update
Browse files- nginx.conf +2 -1
nginx.conf
CHANGED
|
@@ -49,7 +49,8 @@ http {
|
|
| 49 |
echo "target_path: $target_path";
|
| 50 |
|
| 51 |
# 拼接 target_url
|
| 52 |
-
set $target_url "$target_proto://$target_host$target_path";
|
|
|
|
| 53 |
|
| 54 |
# 输出拼接后的 target_url
|
| 55 |
echo "target_url: $target_url";
|
|
|
|
| 49 |
echo "target_path: $target_path";
|
| 50 |
|
| 51 |
# 拼接 target_url
|
| 52 |
+
# set $target_url "$target_proto://$target_host$target_path";
|
| 53 |
+
set $target_url "123123"
|
| 54 |
|
| 55 |
# 输出拼接后的 target_url
|
| 56 |
echo "target_url: $target_url";
|