{% translate 'Nginx Websites' %}
{% translate 'Nginx Domain Control' %}
{% translate 'Manage Nginx Settings on domains. You can change nginx server settings on your websites' %}
{% if form.errors %}
{% for error in form.non_field_errors %}
{{ error|escape }}
{% endfor %}
{% for field in form %}
{% for error in field.errors %}
{{ error|escape }}
{% endfor %}
{% endfor %}
{% endif %}
{% if messages %}
{% for message in messages %}
{% if message.tags == "success" %}
{{ message }}
{% else %}
{{ message }}
{% endif %}
{% endfor %}
{% endif %}
{% translate 'My Nginx Web Sites' %}
{% translate 'Sl.No' %} | {% translate 'Website' %} | {% translate 'Web App' %} | {% translate 'HTTP2' %} | {% translate 'HTTP3' %} | {% translate 'Proxy Cache' %} | {% translate 'Fcgi Cache' %} | {% translate 'Hotlink Protection' %} | {% translate 'Action' %} |
---|---|---|---|---|---|---|---|---|
{% translate 'Sl.No' %} | {% translate 'Website' %} | {% translate 'Web App' %} | {% translate 'HTTP2' %} | {% translate 'HTTP3' %} | {% translate 'Proxy Cache' %} | {% translate 'Fcgi Cache' %} | {% translate 'Hotlink Protection' %} | {% translate 'Action' %} |