Skip to content

Commit

Permalink
Update README.md, add syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
yunginnanet authored Nov 16, 2023
1 parent dadb8dd commit 8146ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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
<VirtualHost yourserver>
ErrorDocument 400 "/content/400"
ErrorDocument 403 "/content/403"
Expand Down

0 comments on commit 8146ee4

Please sign in to comment.