mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
add attack map to web gui
This commit is contained in:
30
docker/nginx/dist/conf/tpotweb.conf
vendored
30
docker/nginx/dist/conf/tpotweb.conf
vendored
@ -125,21 +125,21 @@ server {
|
||||
}
|
||||
|
||||
### Map
|
||||
# location /map/ {
|
||||
# proxy_pass http://127.0.0.1:64299/;
|
||||
# rewrite /map/(.*)$ /$1 break;
|
||||
# proxy_http_version 1.1;
|
||||
# proxy_set_header Upgrade $http_upgrade;
|
||||
# proxy_set_header Connection "Upgrade";
|
||||
# proxy_set_header Host $host;
|
||||
# }
|
||||
# location /websocket {
|
||||
# proxy_pass http://127.0.0.1:64299;
|
||||
# proxy_http_version 1.1;
|
||||
# proxy_set_header Upgrade $http_upgrade;
|
||||
# proxy_set_header Connection "Upgrade";
|
||||
# proxy_set_header Host $host;
|
||||
# }
|
||||
location /map/ {
|
||||
proxy_pass http://127.0.0.1:64299/;
|
||||
rewrite /map/(.*)$ /$1 break;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
proxy_set_header Host $host;
|
||||
}
|
||||
location /websocket {
|
||||
proxy_pass http://127.0.0.1:64299;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
proxy_set_header Host $host;
|
||||
}
|
||||
|
||||
### spiderfoot
|
||||
location /spiderfoot {
|
||||
|
Reference in New Issue
Block a user