update
Browse files- nginx.conf +1 -0
nginx.conf
CHANGED
|
@@ -40,6 +40,7 @@ http {
|
|
| 40 |
echo "target_host: $target_host";
|
| 41 |
echo "target_path: $target_path";
|
| 42 |
echo "target_path:$target_path";
|
|
|
|
| 43 |
|
| 44 |
echo "456456";
|
| 45 |
|
|
|
|
| 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 |
echo "456456";
|
| 46 |
|