diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-04 19:47:33 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-04 19:47:33 +0100 |
| commit | 71d7550dbe750f35f0dd7b5c513bc9e8db9512ee (patch) | |
| tree | 84fcbd1a82a8f298807cd3490b2acee7b5fcbb64 /utils/templates/etc/apache2/sites-available/searx.conf:filtron | |
| parent | 2f40f61f83afb34f0c4b95019a53050a504ce43a (diff) | |
tooling box ./utils/*: minor fix from production test
Diffstat (limited to 'utils/templates/etc/apache2/sites-available/searx.conf:filtron')
| -rw-r--r-- | utils/templates/etc/apache2/sites-available/searx.conf:filtron | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/templates/etc/apache2/sites-available/searx.conf:filtron b/utils/templates/etc/apache2/sites-available/searx.conf:filtron index 11bd70376..3f03dfadd 100644 --- a/utils/templates/etc/apache2/sites-available/searx.conf:filtron +++ b/utils/templates/etc/apache2/sites-available/searx.conf:filtron @@ -2,9 +2,18 @@ ProxyPreserveHost On +# SecRuleRemoveById 981054 +# SecRuleRemoveById 981059 +# SecRuleRemoveById 981060 + <Location ${FILTRON_URL_PATH} > + <IfModule mod_security2.c> + SecRuleEngine Off + </IfModule> + Require all granted + Order deny,allow Deny from all #Allow from fd00::/8 192.168.0.0/16 fe80::/10 127.0.0.0/8 ::1 |