We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77f9cdb + 0a754ce commit a6d0c39Copy full SHA for a6d0c39
app/etc/di.xml
@@ -2031,4 +2031,12 @@
2031
<argument name="commandRenderer" xsi:type="object">Magento\Framework\Shell\CommandRendererBackground</argument>
2032
</arguments>
2033
</virtualType>
2034
+
2035
+ <type name="Magento\Framework\HTTP\PhpEnvironment\RemoteAddress">
2036
+ <arguments>
2037
+ <argument name="alternativeHeaders" xsi:type="array">
2038
+ <item name="x-forwarded-for" xsi:type="string">HTTP_X_FORWARDED_FOR</item>
2039
+ </argument>
2040
+ </arguments>
2041
+ </type>
2042
</config>
0 commit comments