update
Browse files- nginx.conf +2 -1
nginx.conf
CHANGED
|
@@ -40,9 +40,10 @@ http {
|
|
| 40 |
echo "target_host: $target_host";
|
| 41 |
echo "target_path: $target_path";
|
| 42 |
echo "target_path:$target_path";
|
|
|
|
| 43 |
echo "target_path$target_path";
|
| 44 |
|
| 45 |
-
|
| 46 |
|
| 47 |
# 拼接 target_url
|
| 48 |
# set $target_url "$target_proto://$target_host$target_path";
|
|
|
|
| 40 |
echo "target_host: $target_host";
|
| 41 |
echo "target_path: $target_path";
|
| 42 |
echo "target_path:$target_path";
|
| 43 |
+
echo "456456";
|
| 44 |
echo "target_path$target_path";
|
| 45 |
|
| 46 |
+
|
| 47 |
|
| 48 |
# 拼接 target_url
|
| 49 |
# set $target_url "$target_proto://$target_host$target_path";
|