Add dynamic proxy configuration setup in StartProxy.php and update proxyPath() in Server.php

This commit is contained in:
Andras Bacsai
2024-03-11 20:17:37 +01:00
parent 1490828069
commit 52120e7a38
2 changed files with 5 additions and 0 deletions

View File

@@ -66,6 +66,8 @@ class StartProxy
} catch (\Throwable $e) {
ray($e);
throw $e;
} finally {
$server->setupDynamicProxyConfiguration();
}
}
}