┌───────────┬─────────────────────────────────────────────────────────┐ │ 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) }} │ │ HTTPS │ {{ '%- 3s'|format(WEB_HTTPS) }} │ │ HTTP → HTTPS │ {{ '%- 3s'|format(WEB_HTTPS_FORCE) }} │ └──────────────┴─────┘ ┌─────────────┬─────┐ │ PHP ENABLED │ {{ '%- 3s'|format(PHP_ENABLED) }} │ │ PHP VERSION │ {{ '%- 3s'|format(PHP_VERSION) }} │ └─────────────┴─────┘