fastcgi-client-rs icon indicating copy to clipboard operation
fastcgi-client-rs copied to clipboard

Add ability to custom insertion in Params

Open DmitryHudrich opened this issue 10 months ago • 3 comments

This commit introduces a custom method for inserting parameters into PHP-FPM requests. This was necessary because the general methods for parameter insertion might not include required parameters, such as HTTP_HOST, which is crucial for WordPress to function properly. The custom approach ensures that all necessary parameters are provided for correct operation.

DmitryHudrich avatar Jan 03 '25 12:01 DmitryHudrich