NGINX SERVER SECURITY
Nginx is a very secure and reliable web server even with a default setup. However, there are many ways to secure Nginx further.Here is some method to secure the Nginx …
Read MoreA beginners guide
Nginx is a very secure and reliable web server even with a default setup. However, there are many ways to secure Nginx further.Here is some method to secure the Nginx …
Read MoreT3 is Nginx Plus Loadbalancer M5 is Backend Servers ( Not handled by us ) Each T3 will be connected to all Backend servers In Nginx Upstream is created by …
Read MoreNginx is a popular web server that can be configured as a simple yet powerful load-balancer to improve our resource availability and efficiency. Nginx works as a single entry point …
Read MoreAbout Monit Monit is a free, open source process supervision tool for Linux like operating systems. With Monit, system status can be viewed directly from the command line, or via …
Read MoreAbout VPN A virtual private network extends a private network across a public network, and enables users to send and receive data across shared or public networks as if their …
Read MoreABOUT Website optimization is the technique of using controlled experimentation to improve a website’s ability to fulfill business goals. It is important to bring in the more traffic and increase …
Read MoreIntroduction Going to install Plesk Firewall Plesk Firewall comes pre-installed in Windows Server, We can See Plesk Firewall under the Security section in Tools & Settings Here we are going …
Read MoreIntroduction To restrict S3 access only from CloudFront So everyone is using S3 REST API endpoint as the origin to CloudFront,they can restrict access to S3 from CloudFront only by …
Read MoreInstall OpenCart Permalink Download OpenCart and configure permissions Permalink Issue the following commands to download and unpack OpenCart into your web root directory: cd /var/www/html/example.com/public_html/ curl -OL https://github.com/opencart/opencart/releases/download/2.3.0.2/2.3.0.2-compiled.zip unzip 2.3.0.2-compiled.zip …
Read MoreNginx separates the configuration into blocks, which work in a hierarchical fashion. Every time a request is made, the web server begins a process to determine which configuration block should …
Read More