prepare some fixes, tweaking

This commit is contained in:
Marco Ochse
2018-03-29 20:56:11 +00:00
parent 136e741334
commit 640f8e85fb
6 changed files with 49 additions and 16 deletions

View File

@ -152,4 +152,8 @@ server {
location /scanviz {
proxy_pass http://127.0.0.1:64303/spiderfoot/scanviz;
}
location /scandelete {
proxy_pass http://127.0.0.1:64303/spiderfoot/scandelete;
}
}