fbpx

How to use multiple real IP headers with nginx


by Danila Vershinin, July 10, 2018

How to pass real visitor IPs in nginx from two different cloud services.

Read More...

Proxy requests to any remote server in nginx


by Danila Vershinin, July 8, 2018

Display information from other websites on your own, with nginx proxying.

Read More...

Tuning proxy_buffer_size in NGINX


by Danila Vershinin, July 7, 2018

Make your NGINX more memory efficient and fix that “upstream sent too big header while reading response header from upstream” error.

Read More...

Magento 2 Security Checklist


by Danila Vershinin, June 24, 2018

When you prepare to launch your Magento 2 website, security is one of the primary areas of concern. Whether you plan to accept credit card data directly on your website, or on a payment provider’s pages – you are required to achieve PCI compliance. Otherwise, you’ll find your business at risk of being banned from […]

Read More...

How to remove the Server header in NGINX


by Danila Vershinin,

How to hide the Server HTTP header in NGINX and more: hide the fact of using NGINX altogether.

Read More...

How Install ModSecurity NGINX module in CentOS/RHEL 7


by Danila Vershinin, April 20, 2018

Here’s how to easily install ModSecurity to your NGINX in CentOS/RHEL 7.

Read More...

nginx: client_max_body_size inheritance


by Danila Vershinin, April 17, 2018

Quick information on how client_max_body_size directive is evaluated in nginx web server.

Read More...

How to install nginx on RHEL 7 / CentOS 7 properly


by Danila Vershinin, April 7, 2018

Here’s how you properly install stable or mainline NGINX on CentOS/RHEL 7 servers.

Read More...

Add $_SERVER[‘REDIRECT_URL’] to nginx.


by Danila Vershinin, March 28, 2018

Here’s how to turn your nginx into a little bit of Apache by having nginx set and make use of $_SERVER[‘REDIRECT_URL’].

Read More...

Auto-upgrade specific packages while keeping the system secure. Nginx Amplify


by Danila Vershinin, February 19, 2018

The sleek way to automatically upgrade Nginx Amplify agent to latest versions while having the rest of the system automatically upgrade on critical security updates only.

Read More...