Magento 2.3 - Multi Website Nginx Configuration -I am working on LEMP localhost, here is my main url : "http:// 192.168.1.65:8087/" & multi website url : "http:// 192.168.1.65:8087/grocery" How can i use my url into Nginx setup? Shall i use magento2-dev.local instead of http:// 192.168.1.65:8087/ and magento2-demo.local instead of http:// 192.168.1.65:8087/grocery If i wrong how can i use my localhost url into LEMP Nginx setup
Hello @Aveeva
According to me you can achieve this by creating virtual host in lamp.
Following link will help you to create virtual host in lamp.
How to set up Apache Virtual Host configuration on LAMP environment?
If it helps click on Kudos and Accept as Solution.
Hiren Patel