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 af41a5f commit 911baa6Copy full SHA for 911baa6
src/Commands/StartRoadRunnerCommand.php
@@ -83,7 +83,7 @@ public function handle(ServerProcessInspector $inspector, ServerStateFile $serve
83
'-o', 'rpc.listen=tcp://'.$this->option('host').':'.$this->rpcPort(),
84
'-o', 'http.pool.supervisor.exec_ttl='.$this->maxExecutionTime(),
85
'-o', 'http.static.dir=public',
86
- '-o', 'http.middleware='.config('octane.swoole.http_middleware', 'static'),
+ '-o', 'http.middleware='.config('octane.roadrunner.http_middleware', 'static'),
87
'-o', 'logs.mode=production',
88
'-o', app()->environment('local') ? 'logs.level=debug' : 'logs.level=warning',
89
'-o', 'logs.output=stdout',
0 commit comments