We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f8bebb + 9bce1c2 commit 27a3fedCopy full SHA for 27a3fed
src/Server/Manager.php
@@ -204,7 +204,7 @@ public function onRequest($swooleRequest, $swooleResponse)
204
205
$this->resetOnRequest();
206
$sandbox = $this->app->make(Sandbox::class);
207
- $handleStatic = $this->container->make('config')->get('swoole_http.handle_static_files', true);
+ $handleStatic = $this->container->make('config')->get('swoole_http.server.handle_static_files', true);
208
$publicPath = $this->container->make('config')->get('swoole_http.server.public_path', base_path('public'));
209
210
try {
0 commit comments