From a08c1a9ffb9868dc7b7c25687de8514f20bce87c Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 17 Jan 2020 03:24:07 +0100 Subject: [PATCH] copr: fe: block 192.47.255.254 ip Temporary hotfix to not forget about this... This IP repeatedly re-downloads the list of packages from the largest copr repository, which unnecessarily overloads frontend. --- roles/copr/frontend-cloud/templates/httpd/coprs_ssl.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/copr/frontend-cloud/templates/httpd/coprs_ssl.conf.j2 b/roles/copr/frontend-cloud/templates/httpd/coprs_ssl.conf.j2 index 2890d5a41a..1a9c94d15d 100644 --- a/roles/copr/frontend-cloud/templates/httpd/coprs_ssl.conf.j2 +++ b/roles/copr/frontend-cloud/templates/httpd/coprs_ssl.conf.j2 @@ -39,6 +39,10 @@ WSGIProcessGroup packages + + Require all granted + Require not ip 192.47.255.254 + #ErrorLog logs/error_coprs