From 8146ee46edc19665cd9ae0369a8f106c65a6596f Mon Sep 17 00:00:00 2001 From: kayos Date: Wed, 15 Nov 2023 23:37:40 -0800 Subject: [PATCH] Update README.md, add syntax highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bde17d1..62b380c 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ In the event of a missing configuration file, HellPot will attempt to place it's ## Example Web Server Config (nginx) -``` +```nginx location '/robots.txt' { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; @@ -133,7 +133,7 @@ All nonexisting URLs are being reverse proxied to a HellPot instance on localhos * Requests on nonexisting URLs cause a HTTP Error 404, which content is served by HellPot * URLs under the "/.well-known/" suffix are excluded. -``` +```apache ErrorDocument 400 "/content/400" ErrorDocument 403 "/content/403"