File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ $server->addWorker(
2929);
3030```
3131
32- ## Server configuration
32+ ## Server Configuration
3333Server-level configuration defines global settings that apply to the entire application and impact all workers.
3434
3535| Option | Type | Default | Description |
@@ -39,12 +39,12 @@ Server-level configuration defines global settings that apply to the entire appl
3939| ` stopTimeout ` | int | 10 | Optional. Maximum time to wait before forcefully terminating workers during shutdown. |
4040| ` restartDelay ` | float | 0.25 | Optional. Delay between worker restarts. |
4141
42- ## Plugin configuration
42+ ## Plugin Configuration
4343Plugin-level configuration defines settings specific to individual plugins.
4444See the plugins documentation for detailed options and examples.
4545[ Read more →] ( /docs/plugins/ )
4646
47- ## Worker configuration
47+ ## Worker Configuration
4848Worker-level configuration applies to individual workers, allowing you to control their specific behavior.
4949PHPStreamServer includes several built-in worker types, and plugins can add additional worker types to extend functionality.
5050Workers can be added to the server using the ` Server::addWorker() ` method.
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ $ bin/phpss start
106106
107107This bundle adds new Symfony-specific options to the start command: (` --env ` , ` --no-debug ` ). For more details, refer to the start command help output.
108108
109- ## Worker configuration
109+ ## Worker Configuration
110110
111111### ⚙️ SymfonyHttpServerProcess
112112Worker class: [ SymfonyHttpServerProcess] ( https://github.com/phpstreamserver/symfony/blob/main/src/Worker/SymfonyHttpServerProcess.php )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Plugin class: [LoggerPlugin](https://github.com/phpstreamserver/logger/blob/main
4646| ------------| -------------------------------------------------| -----------------| -------------------------------------------------------------------|
4747| ` handlers ` | [ Handler[ ]] ( /docs/plugins/logger#handler-configuration ) | * not  ; set* | A list of logger handlers that specify the destinations for logs. |
4848
49- ## Handler configuration
49+ ## Handler Configuration
5050The Logger plugin provides various handlers for routing logs to different destinations.
5151
5252### 📝 ConsoleHandler
You can’t perform that action at this time.
0 commit comments