{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Suspend / unsuspend. Reversible, so no retype confirmation — a plain confirmation dialog is enough. {% endcomment %} {% block title %}Suspend website{% endblock %} {% block content %}
A suspended site answers with the suspension page and its system account is locked, so FTP and SSH stop working too. Files and databases are left untouched.
usermod --lock, which
stops FTP and SSH but leaves cron entries and the data in place.