Skip to content

Linux Notes

  • Home
  • Magento Tweaks And Issues
  • Vulnerabilities
  • Linux Guides
  • About us
  • Contact us

Tag: nginx

06/11/202006/16/2020

NGINX QUIC+HTTP/3 preview release

Introduction 10 June of 2020 NGINX announced the release of the preview version of the HTTP server and NGINX proxy server with […]

Read more>>
02/18/202006/16/2020

Images preview with ngx_http_image_filter_module

Often on multimedia sites, there is the task of displaying pictures in various sizes (thumbnails). Moreover, in most cases, you […]

Read more>>
01/11/202006/20/2020

nginx 504 gateway time-out

A 504 gateway time-out error occurs when Nginx cannot receive a response from service long enough. For example from PHP-FPM. […]

Read more>>
01/10/202006/16/2020

static caching and cache-control

Client-side caching is the ability of the browser to save files locally so as not to make repeated calls to […]

Read more>>
01/09/202006/20/2020

How to use cache-control on Nginx

The Cache-control header allows you to save certain files from the site in the browser’s cache, so that when you […]

Read more>>
01/09/202006/20/2020

Nginx load balancing

Load balancing between multiple applications, backends, and servers is part of the process of optimizing resources, improving performance, and fault […]

Read more>>
01/08/202006/20/2020

Nginx how to make 301 redirect

To make Nginx 301 you’ll need to add rewrite rule with permanent in the end: Redirect from www to “non-www” From time to […]

Read more>>
01/07/202006/20/2020

Nginx 502 Bad Gateway

Error 502 Bad Gateway means, that Nginx cannot get a response from some service. Gateway means that the error did not occur […]

Read more>>
01/06/202006/20/2020

Nginx try_files

The try_files directive is convenient to use if you need to check several folders before uploading the file. Nginx try_files […]

Read more>>
01/05/202006/20/2020

upstream sent too big header while reading response header from upstream

Error “upstream sent too big header while reading response header from upstream” occurs in Nginx when using the FastSGI module […]

Read more>>

Posts navigation

Older posts

Recent Posts

  • TIME_WAIT queue troubles
  • AWS reports that it coped with the most powerful DDoS attack in history
  • Linux Kernel 5.8 will be the largest in the number of changes
  • sysctl setting for high load and prevent DDoS
  • Tux history. Linux talisman Tux
©2020 All rights reserved | Privacy Policy