{% extends "setupwizard/_base.html" %} {% block content_title %}Site informations{% endblock %} {% block formfields %}

The website hostname, with port if not served on standard HTTP/HTTPS ports. Format is: my.app.canonical.name[:port]. The port is not the port of the application server (the python process), on a standard production installation where application server is behind nginx it would be nginx port.

Detected hostnames for this server (just a hint, not all valid values can be detected):

    {%- for host in suggested_hosts %}
  • {{ host }}
  • {%- endfor %}

@
{% endblock %}