Using custom domain
For Multi-Store configuration use the following guide
This page is relevant for magento-scripts
versions before 2.2.x.
Version 2.2.x is using Multi Store configuration.
1. Add domain to the /etc/hosts file
In order for this config to work you need to add your host domain to the /etc/hosts
file, for example:
2. Setup CMA
Add to your cma.js
file field host
with your domain:
That is it! Just now we have setup a domain in our application! Now to apply changes we need to run the start command without -s option.
Last updated