I'm trying to setup Multi website in AWS server. I found several solution for Multi website implementation.
In my case, There are two different servers(assume 0.0.0.1 and 0.0.0.2) where magento has installed on both the servers. I need to unlink the server configuration for 0.0.0.1 Magento and make 0.0.0.2 as default website and configure 0.0.0.1 as multi website in 0.0.0.2. I have done the multi website, store and storeview configuration in 0.0.0.2.
How do I update the server configuration for 0.0.0.1? Should I update its virtual host or /etc/nginx/nginx.conf or /etc/nginx/sites-available/magento or any other files to point to 0.0.0.2.
If this is resolved then I should be able to proceed with next steps in order to complete the multi website implementation.
We use nginx as web server. Using AWS server for development purpose.