Define custom Nginx log format to store SSL cipher and protocol information.
Tag: nginx
Enforce specific referer header using nginx
directives.
Format and beautify Nginx configuration using dedicated utilities like nginx-config-formatter, nginxbeautifier, and crossplane.
Enable debugging log in Nginx to inspect internal behavior and upstream interactions.
Use OpenResty to perform health checks in your cloud environment as it incorporates Nginx, Lua and comes with batteries included.
Generate password digest for basic authentication of HTTP users.
nginx configuration snippet to illustrate how to serve single file.
Use regex to define server names when using Nginx to dynamically serve or route traffic.
Learn how to increase the default number of maximum server names and their length when using nginx.
Stop search engines from crawling website using simple Nginx location
directive to provide robots.txt
file.