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 8c57d7d commit 27aa89fCopy full SHA for 27aa89f
src/Commands/StartRoadRunnerCommand.php
@@ -84,7 +84,7 @@ public function handle(ServerProcessInspector $inspector, ServerStateFile $serve
84
'-o', 'http.pool.max_jobs='.$this->option('max-requests'),
85
'-o', 'rpc.listen=tcp://'.$this->rpcHost().':'.$this->rpcPort(),
86
'-o', 'http.pool.supervisor.exec_ttl='.$this->maxExecutionTime(),
87
- '-o', 'http.static.dir='.base_path('public'),
+ '-o', 'http.static.dir='.public_path(),
88
'-o', 'http.middleware='.config('octane.roadrunner.http_middleware', 'static'),
89
'-o', 'logs.mode=production',
90
'-o', 'logs.level='.($this->option('log-level') ?: (app()->environment('local') ? 'debug' : 'warn')),
0 commit comments