incl. XFF for qhoneypots, some tweaking

This commit is contained in:
t3chn0m4g3
2022-02-11 10:32:31 +00:00
parent d2e54d5cf0
commit 53afb1ba10
6 changed files with 20 additions and 14 deletions

View File

@ -124,6 +124,14 @@ server {
rewrite /es/(.*)$ /$1 break;
}
### Map
location /map/ {
proxy_pass http://127.0.0.1:64299/;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Host $host;
}
### spiderfoot
location /spiderfoot {
proxy_pass http://127.0.0.1:64303;