-
Notifications
You must be signed in to change notification settings - Fork 1.7k
map directive replaced and configuration step added #9022
map directive replaced and configuration step added #9022
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few corrections
@BarnyShergold Thanks for the review and suggestions. Updated the PR with the requested changes. |
@ajithkumar-maragathavel I don't understand why you added a step to configure the URLs to Also, change all instances of "the Magento admin" to "the Admin" |
@keharper I tried to set up the multi-website in my local development environment by following the steps mentioned. But I faced a redirection issue while accessing the When I try to access the I thought adding one more step to update the base url would be a good improvement on this topic. That's the reason, I have added one more step. Please let me know your thoughts on this. |
@magento import code to magento-devdocs/devdocs |
@keharper the branch with code successfully imported into |
Hi @ajithkumar-maragathavel, thank you for your contribution! |
Purpose of this pull request
This pull request (PR) updates the following changes to the Set up multiple websites with the Nginx page.
Affected DevDocs pages
Notes
I have verified the updated Nginx virtual hosts configuration file in my local development environment and I can confirm that the multi-stores are working as expected.
Fixes #6317
whatsnew
Updated and expanded Set up multiple websites or stores with nginx tutorial.