Revise Yii configuration for RoadRunner setup#385
Merged
Conversation
Updated the RoadRunner configuration for Yii, including changes to middleware and removed the reload section.
Updated the information about HTTP configuration to include TLS, HTTP/2, and HTTP/3.
vjik
reviewed
Mar 3, 2026
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
samdark
approved these changes
Mar 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Yii + RoadRunner tutorial configuration example to reflect a revised RoadRunner HTTP/pool setup and updated run instructions.
Changes:
- Adds
server.envvariables and updates thehttp.pool/middlewareconfiguration example. - Removes the
reloadsection from the sample.rr.yaml. - Updates the “Starting a server” command and adds an informational link to RoadRunner HTTP docs.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
2 tasks
* Initial plan * Update prose to match http.pool config (remove stale 'three workers' reference) Co-authored-by: roxblnfk <4152481+roxblnfk@users.noreply.github.com> * Clarify max_worker_memory as a soft limit with post-request restart Co-authored-by: roxblnfk <4152481+roxblnfk@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: roxblnfk <4152481+roxblnfk@users.noreply.github.com>
samdark
approved these changes
Mar 5, 2026
Member
|
👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated the RoadRunner configuration for Yii, including changes to middleware and removed the reload section.