Skip to content

Commit

Permalink
fix config key for roadrunner http.middlware (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa authored Jun 23, 2021
1 parent af41a5f commit 911baa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/StartRoadRunnerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 911baa6

Please sign in to comment.