killmasta93
New member
Hi Currently im testing out the free WAF by downloading the VM imagine on vmware,
But im confused on configuring,
Currently i have test VM with nginx IP 192.168.7.35
And my WAF vm has IP 192.168.7.130
i check the web console of the WAF but i dont see any traffic not sure what else i need to configure?
Thank you
But im confused on configuring,
Currently i have test VM with nginx IP 192.168.7.35
And my WAF vm has IP 192.168.7.130
root@nemesida-waf:~# cat /etc/nginx/conf.d/waf.conf
server {
listen 80;
index index.html;
root /var/www/html;
## Custom pages
include snippets/custom_pages.conf;
## Upstream
location / {
proxy_pass http://192.168.7.35;
include proxy_params;
}
}
i check the web console of the WAF but i dont see any traffic not sure what else i need to configure?
Thank you