You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@magenx Well, having multiple Magento instances with multiple domains and multiple PHP-FPM pools, we wanted to keep it neat, although from what we discovered the maps variables are unique, meaning I cannot use the same one even in a separate file, etc... it still mixes and very inconsistent.
Right, we had to rename the variables, still, I am considering using the same map file the way it should be instead of separating it all together, yes not very neat although it is the only way to get it working with one map file.
For some reason when running multiple domains/vhosts it is conflicting and it does not pass the relevant PHP pool?
Now I have created two maps.conf as each domain will have multiple domains/stores.
Now the issue is domain1 using xxxxx pool and when I var_dump
For domain1 it returns the following:
How come Domain1 returning domain2 details? including the ownership etc...
domain-maps.conf
domain2-maps.conf
The text was updated successfully, but these errors were encountered: