diff --git a/src/Commands/StartRoadRunnerCommand.php b/src/Commands/StartRoadRunnerCommand.php index 3685efb76..dc1b3f1b9 100644 --- a/src/Commands/StartRoadRunnerCommand.php +++ b/src/Commands/StartRoadRunnerCommand.php @@ -83,7 +83,7 @@ public function handle(ServerProcessInspector $inspector, ServerStateFile $serve '-o', 'rpc.listen=tcp://'.$this->option('host').':'.$this->rpcPort(), '-o', 'http.pool.supervisor.exec_ttl='.$this->maxExecutionTime(), '-o', 'http.static.dir=public', - '-o', 'http.middleware='.config('octane.swoole.http_middleware', 'static'), + '-o', 'http.middleware='.config('octane.roadrunner.http_middleware', 'static'), '-o', 'logs.mode=production', '-o', app()->environment('local') ? 'logs.level=debug' : 'logs.level=warning', '-o', 'logs.output=stdout',