{% extends "base.html" %} {% block content %}
Reverse proxy
{% if service['USE_REVERSE_PROXY']['value'] == 'yes' %} {% else %} {% endif %}
Serve files
{% if service['SERVE_FILES']['value'] == 'yes' %} {% else %} {% endif %}
Remote PHP
{% if service['REMOTE_PHP']['value'] != '' %} {% else %} {% endif %}
HTTPS
{% if service['AUTO_LETS_ENCRYPT']['value'] == 'yes' or service['USE_CUSTOM_SSL']['value'] == 'yes' or service['GENERATE_SELF_SIGNED_SSL']['value'] == 'yes' %} {% else %} {% endif %}
ModSecurity
{% if service['USE_MODSECURITY']['value'] == 'yes' %} {% else %} {% endif %}
Bad Behavior
{% if service['USE_BAD_BEHAVIOR']['value'] == 'yes' %} {% else %} {% endif %}
Limit req
{% if service['USE_LIMIT_REQ']['value'] == 'yes' %} {% else %} {% endif %}
DNSBL
{% if service['USE_DNSBL']['value'] == 'yes' %} {% else %} {% endif %}