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.
1 parent a8bc2a8 commit 0a754ceCopy full SHA for 0a754ce
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