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.
1 parent 2271aa7 commit 9bce1c2Copy full SHA for 9bce1c2
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