Select Git revision
-
malthefogsporring authored
Fix an issue where search bar didn't show on online docs. This is fixed permanently by only installing the current version of mkdocs-material, so future updates do not break out code. Fix an issue where styles.css was not accessible to the website, by changing from combinatronics to jsdelivr as service for accessing the raw css file hosted on github.
malthefogsporring authoredFix an issue where search bar didn't show on online docs. This is fixed permanently by only installing the current version of mkdocs-material, so future updates do not break out code. Fix an issue where styles.css was not accessible to the website, by changing from combinatronics to jsdelivr as service for accessing the raw css file hosted on github.
modsecurity.yaml 593 B
# -*- coding: utf-8 -*-
# vim: ft=yam
Debian:
mod_security:
crs_install: False
manage_config: False
package: libapache2-mod-security2
crs_package: modsecurity-crs
config_file: /etc/modsecurity/modsecurity.conf-recommended
RedHat:
mod_security:
crs_install: False
manage_config: False
package: mod_security
crs_package: mod_security_crs
config_file: /etc/httpd/conf.d/mod_security.conf
Suse:
mod_security:
crs_install: False
manage_config: False
package: apache2-mod_security2
config_file: /etc/apache2/conf.d/mod_security2.conf