[Solved] Opencart Nginx + PHP-FPM Multistore
[Solved] Opencart Nginx + PHP-FPM Multistore
What file do i make changes for multistore in the Opencart SEO with Nginx + PHP-FPM? when i used Vestacp ngingx + apache i made the changes in "httpd.conf" but now i dont know.
Last edited by magzen on Sun Jan 31, 2016 7:10 am, edited 1 time in total.
Re: Opencart Nginx + PHP-FPM Multistore
Login SFTP as ROOT.
/home/username/conf/web/nginx.conf
Work with your LOCATION settings
/home/username/conf/web/nginx.conf
Work with your LOCATION settings
Re: Opencart Nginx + PHP-FPM Multistore
I solved it by changing setting to the root code for every domain name in the multistoremaniekandan55 wrote:Login SFTP as ROOT.
/home/username/conf/web/nginx.conf
Work with your LOCATION settings
Code: Select all
root /home/admin/web/mainstoredomain.com/public_html;
Re: [Solved] Opencart Nginx + PHP-FPM Multistore
Ok, then close .