Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/guide/tutorial/using-yii-with-roadrunner.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ logs:
> [!INFO]
> Read more about TLS, HTTP/2, HTTP/3 configuration and other middleware [on the RoadRunner docs](https://docs.roadrunner.dev/docs/http/http).

We're specifying that entry script is `worker.php`, there should be three workers on port 8080, `public` directory
files are static ones except `.php` and `.htaccess`. Also, we're sending an additional header.
We're specifying that the entry script is `worker.php`, the server listens on port 8080, `public` directory
files are served statically except `.php` and `.htaccess`. The `max_worker_memory` is a soft limit: if a worker
exceeds 192 MB, it will restart after finishing its current request. Also, we're sending an additional header.

Create `/worker.php`:

Expand Down