Regex to match C++ style preprocessor macro defines This took a few days of trying… /^[ \t]*#define[ \t]+(\S+)[ \t]*((?:.*\\\r?\n)*.*)/gm Twitter Facebook LinkedIn Previous Next Comments
Github Torrent Action Here’s something I’ve been meaning to get to for a while, and finally got a chance. Enter GitHub Torrent Action!
Traefik ingress: redirect HTTP to HTTPS Let’s say we need to set up HTTP to HTTPS redirection in Traefik ingress.
How to get realip to work with ingress-nginx and ELB Environment: AWS EKS, Ingress-Nginx controller installed, and an Ingress resource is configured, passing requests to a backend http service.
Comments