Everyday DevOps
  • Home
  • One on One
  • Newsletter
  • About
Sign in Subscribe
Linux

Nginx Deny IP

  • Mark Allen

Mark Allen

29 Mar 2014

This is a quick way to deny an ip address accessing your nginx server.

Create a new file in /etc/nginx/conf.d called blockips.conf

Add the following to the file:

deny <bad ip>;

Then restart nginx.  The log file will now show 403's for the IP address.

For more info see:

http://www.cyberciti.biz/faq/linux-unix-nginx-access-control-howto/

Feature Flags Without an IdP: Email‑Scoped JWTs with OpenFeature + DevCycle

Feature Flags Without an IdP: Email‑Scoped JWTs with OpenFeature + DevCycle

Progressive delivery without a full identity provider. Use a tiny JWT issuer and OpenFeature with DevCycle to gate experiences by email Overview Feature flags enable you to ship code to production behind a safety net. My workflow is straightforward: I deploy with the flag off, enable it for myself first,
03 Dec 2025 8 min read
Typescript for Node

Typescript for Node

How to get started on a Typescript CLI project using yarn for package management and nvm for managing node versions. Set up the overall environment nvm install lts/* npm install -g strip-json-comments-cli npm install -g yarn Set up the project directory. I use ~/src/<project> mkdir <applicationname&
03 Dec 2025 2 min read
How to Debug Dependencies in Modern DevOps Pipelines with Dependency Walker

How to Debug Dependencies in Modern DevOps Pipelines with Dependency Walker

Dependency issues, missing DLLs, wrong architectures, circular references, delay‑loaded modules, are classic sources of deployment failure for Windows applications. As your DevOps pipelines speed up, these problems can slip through and cost time downstream. This article shows how Dependency Walker (aka depends.exe) still plays a useful role today
23 Sep 2025 4 min read
Everyday DevOps © 2025
  • Sign up
  • Book some time
  • Newsletter
Powered by Ghost