-
There is an option to pass custom fcgi params to php-fpm whom later will parse to For example:
Will lead to Any chance of parsing fcgi params at runtime for each request? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @akuzia 👋🏻 |
Beta Was this translation helpful? Give feedback.
Hey @akuzia 👋🏻
RR does not support PHP superglobals. I guess you may check what's inside headers because RR uses stdlib fcgi handler (it's not like a fcgi mode, but just a handler).