Which of the following daemons will monitor log files for inappropriate activity, such as login attempts, from remote IP addresses and will add netfilter rules to block the offending address?
When trying to reverse proxy a web server through Nginx, what keyword is missing from the following configuration sample?
location / { _________ http://proxiedserver:8080;}
When trying to reverse proxy a web server through Nginx, what keyword is required to pass the Host header from the original request to the proxied server?
... {
_________ Host $host
...
}