{% extends "base_as_index.html" %} {% load static %} {% load i18n %} {% load pretty_json %} {% block head_includes %} {% endblock %} {% block leftbar %}
{% endblock %} {% block content %}
{% csrf_token %} {% for lickey in keys_list %}
{% trans 'Header settings' %}
{{ lickey.conf.set_real_ip_from }}
{% trans 'Request body processing settings' %}
{{ lickey.conf.client_buffer_body_size }} MB
{{ lickey.conf.client_max_body_size }} MB
{{ lickey.conf.client_body_temp_path }}
{{ lickey.conf.client_body_timeout }} s.
{% endfor %}
{% include '_confirmation.html' %} {% include 'nginx/modal_param.html' %} {% include 'nginx/modal_settings_info.html' %} {% endblock %} {% block footer %} {% endblock %}