Page 1 of 1

[Solved] Opencart Nginx + PHP-FPM Multistore

Posted: Sat Jan 30, 2016 10:00 pm
by magzen
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.

Re: Opencart Nginx + PHP-FPM Multistore

Posted: Sun Jan 31, 2016 4:16 am
by MAN5
Login SFTP as ROOT.
/home/username/conf/web/nginx.conf

Work with your LOCATION settings

Re: Opencart Nginx + PHP-FPM Multistore

Posted: Sun Jan 31, 2016 7:10 am
by magzen
maniekandan55 wrote:Login SFTP as ROOT.
/home/username/conf/web/nginx.conf

Work with your LOCATION settings
I solved it by changing setting to the root code for every domain name in the multistore

Code: Select all

    root        /home/admin/web/mainstoredomain.com/public_html;

Re: [Solved] Opencart Nginx + PHP-FPM Multistore

Posted: Tue Feb 02, 2016 10:27 am
by skurudo
Ok, then close .