Update domains.md

This commit is contained in:
Radovan Ječmenica 2025-05-05 15:33:17 +02:00 committed by GitHub
parent 4f3c949276
commit 1f084ac1bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,15 +16,15 @@ Domains page displays all domains currently hosted on server.
To list all current domains navigate to Domains page: To list all current domains navigate to Domains page:
| Field | Description | | Field | Description |
| ------------------ | ------------------------------------------------------------------------- | |-----------------|-------------------------------------------------------------------|
| **ID** | ID of the domain in database. | | **Domain** | The domain name. |
| **Domain Name** | The domain name. | | **Status** | Indicates whether the domain is active or suspended. |
| **Owner** | User that added the domain. | | **PHP Version** | The PHP version configured for the domain. |
| **DNS Zone** | View and edit DNS zone for domain. | | **SSL** | Shows whether SSL is enabled for the domain. |
| **Virtual Hosts** | View and edit Nginx configuration for a domain. | | **WAF** | Indicates if Coraza WAF is enabled or disabled for the domain. |
| **Access Logs** | View live access log for the domain. | | **Owner** | The user who added or owns the domain. |
| **Visitors Report** | Total number of domain names allowed per user on the plan. | | **Analytics** | View analytics data and reports for the domain. |
</TabItem> </TabItem>