1
4
mirror of https://github.com/yunginnanet/HellPot synced 2024-06-16 12:08:58 +00:00

Update README.md, add syntax highlighting

This commit is contained in:
kayos 2023-11-15 23:37:40 -08:00 committed by GitHub
parent dadb8dd8ee
commit 8146ee46ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
<VirtualHost yourserver>
ErrorDocument 400 "/content/400"
ErrorDocument 403 "/content/403"