Unofficial Azure Club
  • Home
  • About
Subscribe

Nginx

A collection of 2 posts
Nginx Ingress Controller Debugging - Print Http Raw Header
Nginx Featured

Nginx Ingress Controller Debugging - Print Http Raw Header

1. kubectl exec YOUR_NGINX_INGRESS_CONTROLLER_POD -it -- cat /etc/nginx/template/nginx.tmpl > nginx.tmpl 2. Open nginx.tmpl, add below code block after location {{ $path }} { header_filter_by_lua_block { local h = ngx.req.get_headers() local request_headers_all = "" for k, v in pairs(h)
Sep 23, 2019 1 min read
Articles I Collected
Nginx

Articles I Collected

Articles * Analyzing .NET Core memory on Linux with LLDB [http://codeblog.dotsandbrackets.com/net-core-memory-linux/] * iptables Tips & Tricks [https://serverfault.com/questions/245711/iptables-tips-tricks] * Using nginx-ingress controller to restrict access by IP (ip whitelisting) for a service deployed to a Kubernetes (AKS) cluster [https://medium.com/@maninder.bindra/using-nginx-ingress-controller-to-restrict-access-by-ip-ip-whitelisting-for-a-service-deployed-to-bd5c86dc66d
Feb 27, 2019
Unofficial Azure Club © 2025
Powered by Ghost