Author Archives: Tyler

Force NGNIX www to non-www or redirect https:// traffic

Here is an example how to force no-www domain on Servepilot VPS servers with Nginx. Create /etc/nginx-sp/vhosts.d/servermeister.d/0www_redirect.conf with code that will force all www pages 301 redirect to a naked no-www domain. Code: if ($host ~* www.servermeister.com$) { return 301 http://www.servermeister.nl$request_uri; } restart nginx with the command Code: sudo service nginx-sp restart If you would […]

Install the agent behind a firewall

Servermeister.com server monitor is a cloud based monitoring service and hence cannot be installed as an application in your servers. Linux server monitoring is possible only using Servermeister.com Linux agent that can be downloaded and installed in your servers/desktops. Using Linux commands, the agent will gather server metrics such as CPU usage, memory usage, disk […]

What is a Core?

The Core of a CPU is where it is all about. The core is the center of your VPS. It makes all calculations. The number of CPU Cores specifies the number of server processors from which your VPS can make use of and decides the speed at which your VPS can handle the instructions of […]