{% extends "layout.html" %} {% block title %}{{ _('Import Host') }}{% endblock %} {% block content %}
Host Already Exists

The host {{ domain }} already exists on the Nginx server but is not managed by Limristem Web.

Do you want to import it?

Detected Configuration:
  • User: {{ detected_user or 'Unknown' }}
  • PHP Version: {{ php_version }}
{% if not detected_user %}
Warning: Could not detect the system user owner from Nginx config. Import might fail or require manual user creation.
{% endif %}
Cancel
{% endblock %}