nginx
NGINX web server and reverse proxy configuration
Set up NGINX reverse proxy on VDS server to bypass ISP blocks for multiple websites. Clients edit hosts file to point domains to VDS IP; handle efficient multi-site routing with server blocks, Host headers, and SSL configuration.
Troubleshoot BouncyCastle TLS 1.3 mTLS: verify Certificate/CertificateVerify messages, ensure PKCS#8 private key bytes, and prefer RSA-PSS signatures.
Troubleshoot Kubernetes NodePort not accessible on Minikube for React frontend served by Nginx. Fix blank pages, config substitution, networking issues with minikube service, port-forward, and proxy solutions.
Fix 'context deadline exceeded' when uploading large files (~4GB) to MinIO using mc cp. Tune multipart part-size (64-128MiB), parallelism, proxy timeouts (Nginx 30m), and server configs for reliable uploads.
Learn how to configure Kubernetes NGINX Ingress to allow server-snippet annotations for MinIO redirection, resolving risky annotation validation errors with proper controller configuration.
Debug Laravel + React (InertiaJS) app stalling after ~30KB load on hosters like aeza. Fix PHP-FPM timeouts, Nginx proxy issues, output buffering, chunked transfer, and network stalls with logs and traces.