Please Help, I'm currently running my website on production
Please Help, I'm currently running my gaming website on production,
I'm getting flooded in chrome dev tools, with error 502 bad gateway, how to fix this? Thanks!
What i did is, I modify
nginix.conf and /etc/php-fpm.d/www.con
fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
and
listen = /var/run/php7.0-fpm.sock
to
listen = 127.0.0.1:9000
now I'm not getting flooded bad gateway, but my problem now is my site is so slow, running 16 cpu. 48gb memory and 8tb transfer, only 100 concurrent users, i dunno what to do now >_<