bunkerized-nginx/ui/templates/services.html
2021-05-13 16:21:51 +02:00

3.2 KiB

{% extends "base.html" %} {% block content %} {% if operation != "" %}
{{ operation }}
{% endif %}
{% for service in services %} {% set id_server_name = service["SERVER_NAME"].replace(".", "-") %}
{{ service["SERVER_NAME"] }}
Summary
Reverse proxy
Serve files
Remote PHP
HTTPS
ModSecurity
Bad behavior
Limit req
DNSBL
{% include "services-new.html" %} {% include "services-edit.html" %} {% include "services-delete.html" %} {% endfor %}
{% endblock %}