mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-05 01:09:37 +00:00
Added fail2ban, though not sure its configured correctly yet
This commit is contained in:
13
docker/rootfs/fail2ban/jail.d/php-url-fopen.conf
Normal file
13
docker/rootfs/fail2ban/jail.d/php-url-fopen.conf
Normal file
@ -0,0 +1,13 @@
|
||||
## Version 2022/12/15
|
||||
# Fail2Ban jail configuration for php-url-fopen
|
||||
|
||||
# Ban attackers that try to use PHP's URL-fopen() functionality
|
||||
# through GET/POST variables. - Experimental, with more than a year
|
||||
# of usage in production environments.
|
||||
|
||||
[php-url-fopen]
|
||||
|
||||
enabled = false
|
||||
port = http,https
|
||||
logpath = %(nginx_access_log)s
|
||||
%(apache_access_log)s
|
Reference in New Issue
Block a user