Hi can anyone share what code u use for nxing code i use before i add but cant work
/etc/nginx/conf.d/vhosts/SİTENAME.com.ssl.conf
/etc/nginx/conf.d/vhosts/SİTENAME.com.conf
Thanks for all
Posted 28 May 2019 - 08:30 AM #21
Hi can anyone share what code u use for nxing code i use before i add but cant work
/etc/nginx/conf.d/vhosts/SİTENAME.com.ssl.conf
/etc/nginx/conf.d/vhosts/SİTENAME.com.conf
Thanks for all
Posted 28 May 2019 - 08:31 AM #22
i don't think so
Yes, you can. PDO is an consistent interface you can use to connect to many database types. Take a look here: https://www.php.net/...n/intro.pdo.php
Posted 28 May 2019 - 08:54 AM #23
Yes, you can. PDO is an consistent interface you can use to connect to many database types. Take a look here: https://www.php.net/...n/intro.pdo.php
I thought mysqli was faster than pdo, So will it make any difference in overall speed if I move to postgresql using pdo?
Posted 13 June 2019 - 09:42 AM #24
Posted 13 June 2019 - 11:54 AM #25
If you don't succeed in installing it yourself, you might want to actually hire a third party to configure your server...
Posted 23 July 2019 - 04:44 AM #26
We've ran 5,000 concurrent users, and have handled 20 orders per minute at peak with CS-CART. We run our server on NGINX. Database has always been the bottleneck for us. Converting it to innodb was a big help.
Hi CartBooster... did you just convert all tables to innodb? I want to move our database to amazon RDS and it looks like converting it all to innodb is the only option, have you had any issues?