┌───────────┬─────────────────────────────────────────────────────────┐ │ DOMAIN │ {{ '%- 55s'|format(DOMAIN) }} │ │ ALIASES │ {{ '%- 55s'|format(DOMAIN_ALIASES) }} │ │ DIRECTORY │ {{ '%- 55s'|format(DOCUMENT_ROOT) }} │ └───────────┴─────────────────────────────────────────────────────────┘ ┌──────────┬───────────────────────────┐ │ USERNAME │ {{ '%- 25s'|format(SYSTEM_USER_USERNAME) }} │ {% block user_password %}{% endblock %} │ GROUP │ {{ '%- 25s'|format(SYSTEM_USER_GROUP) }} │ └──────────┴───────────────────────────┘ ┌──────────────┬─────┐ │ HTTP │ {{ '%- 3s'|format(WEB_HTTP|replace({'yes': ' ✔ ', 'no': ' ✖ '})) }} │ │ HTTPS │ {{ '%- 3s'|format(WEB_HTTPS|replace({'yes': ' ✔ ', 'no': ' ✖ '})) }} │ │ HTTP → HTTPS │ {{ '%- 3s'|format(WEB_HTTPS_FORCE|replace({'yes': ' ✔ ', 'no': ' ✖ '})) }} │ └──────────────┴─────┘ ┌─────────────┬─────┐ │ PHP ENABLED │ {{ '%- 3s'|format(PHP_ENABLED|replace({'yes': ' ✔ ', 'no': ' ✖ '})) }} │ │ PHP VERSION │ {{ '%- 3s'|format(PHP_VERSION) }} │ └─────────────┴─────┘