How to remove nginx cache CENTOS 7

In order to reduce TTFB and to have a more fast website you can activate nginx cache. But after you make an update in css file or javascript you will have to remove nginx cache. To do that open up your Putty and login to the server as root and write the following code in… Continue reading How to remove nginx cache CENTOS 7

How to fix WordPress Wp-admin not found NGINX

If you decided to move from apache to nginx due to the speed at its disposal you will notice that some errors come up at your wordpress functionality because you need to make some settings in the configuration file of your server in nginx.  I had the same issue after installing the nginx on my… Continue reading How to fix WordPress Wp-admin not found NGINX