{% extends 'base.html' %} {% block content %}
{% if is_modsec_installed == 'YES' %}

Enable ModSecurity for all domains owned by user

Logs

Show
entries
Search:
Date Domain Source Severity Status Rule ID Reason Actions

Rules

Search:
Config File Provider Status Actions

Loading rules..

{% elif is_modsec_installed == 'NO' %}

ModSecurity is not installed

{% if modsec_install_log %}

ModSecurity installation is in progress, please allow up to 15 minutes for the process to finish. You can monitor progress from the terminal by running command:

tail -f {{modsec_install_log}}
{% else %}

Click on the button bellow to install NGINX ModSecurity web application firewall (WAF).

{% endif %}
{% endif %}
{% endblock %}