From 75cb2408e9251a32779a2c8814d4aaf1a0aae57c Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 11 Mar 2025 16:09:26 -0500 Subject: move from cleberg.net to cmc.pub --- content/blog/2022-11-29-nginx-referrer-ban-list.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/blog/2022-11-29-nginx-referrer-ban-list.org') diff --git a/content/blog/2022-11-29-nginx-referrer-ban-list.org b/content/blog/2022-11-29-nginx-referrer-ban-list.org index 698196a..27c39fb 100644 --- a/content/blog/2022-11-29-nginx-referrer-ban-list.org +++ b/content/blog/2022-11-29-nginx-referrer-ban-list.org @@ -101,7 +101,7 @@ In order to test the results, let's curl the contents of our site. To start, I'll curl the site normally: #+begin_src sh -curl https://cleberg.net +curl https://cmc.pub #+end_src The HTML contents of the page come back successfully: @@ -113,7 +113,7 @@ The HTML contents of the page come back successfully: Next, let's include a banned referrer: #+begin_src sh -curl --referer https://news.ycombinator.com https://cleberg.net +curl --referer https://news.ycombinator.com https://cmc.pub #+end_src This time, I'm met with a 403 Forbidden response page. That means we are -- cgit v1.2.3-70-g09d2