Files
MageSail/Magesail/etc/config.xml
T

14 lines
570 B
XML

<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
<default>
<magesail>
<nginx>
<map_source_variable>http_host</map_source_variable>
<map_run_code_variable>MAGE_RUN_CODE</map_run_code_variable>
<map_run_type_variable>MAGE_RUN_TYPE</map_run_type_variable>
<map_run_type_value>store</map_run_type_value>
</nginx>
</magesail>
</default>
</config>