diff --git a/panel/ui/vhost/vhosts-vhost.html b/panel/ui/vhost/vhosts-vhost.html
index 0954a25..3550c26 100644
--- a/panel/ui/vhost/vhosts-vhost.html
+++ b/panel/ui/vhost/vhosts-vhost.html
@@ -8,11 +8,11 @@
Action |
- {{ @vhost_array.virtualhost }} |
+ {{ @vhost_array.domain }} |
{{ @vhost_array.status }} |
{{ @vhost_array.php }} |
- Edit
+ Edit
Disable
@@ -57,7 +57,7 @@
{{ @cert_array.common }} |
{{ @cert_array.end }} |
{{ @cert_array.alternative | raw }} |
- Delete |
+ Delete |
|
@@ -67,31 +67,31 @@
- You need a Security Certificate. Click Here to add one now.
+ You need a Security Certificate. Click Here to add one now.
- You need a Security Certificate for {{ @vhost_array.virtualhost }}.
+ You need a Security Certificate for {{ @vhost_array.domain }}.
Before you can add one you must make the DNS change listed below. Once that's completed come back here and this message will change to an option to create a Security Certificate.
Note that after you add DNS records it can take some time for the changes to propagate and show up here.
- {{ @dnsinfo.a.status }} A Record for {{ @vhost_array.virtualhost }} |
+ {{ @dnsinfo.a.status }} A Record for {{ @vhost_array.domain }} |
Type: | A |
- Host: | {{ @vhost_array.virtualhost }} |
+ Host: | {{ @vhost_array.domain }} |
Value: | {{ @dnsinfo.server_addr }} |
TTL: | 3600 (or default) |
- | This should be the only A record for {{ @vhost_array.virtualhost }}. |
+ | This should be the only A record for {{ @vhost_array.domain }}. |
- Verify CNAME Record for www.{{ @vhost_array.virtualhost }} |
+ Verify CNAME Record for www.{{ @vhost_array.domain }} |
Type: | CNAME |
- Host: | www.{{ @vhost_array.virtualhost }} |
- Value: | {{ @vhost_array.virtualhost }} |
+ Host: | www.{{ @vhost_array.domain }} |
+ Value: | {{ @vhost_array.domain }} |
TTL: | 3600 (or default) |
- | This should be the only record for www.{{ @vhost_array.virtualhost }}. Note this admin did not check for this record, it may already exist. |
+ | This should be the only record for www.{{ @vhost_array.domain }}. Note this admin did not check for this record, it may already exist. |
@@ -105,10 +105,10 @@
Protocol: | SFTP (SSH File Transfer Protocol) |
Hostname: |
- {{ @vhost_array.virtualhost }}
+ {{ @vhost_array.domain }}
- {{ @vhost_array.virtualhost }}
+ {{ @vhost_array.domain }}
{{ @dnsinfo.server_addr }}
@@ -116,7 +116,7 @@
|
Username: | {{ @vhost_array.username }} |
Password: | {{ @users_array.passwd }} ← hover mouse here to reveal |
- Directory: | /srv/www/{{ @vhost_array.virtualhost }}/html/ |
+ Directory: | /srv/www/{{ @vhost_array.domain }}/html/ |
Notes: | The above information can also be used for SSH access. |
@@ -131,7 +131,7 @@
phpMyAdmin: |
- https://{{ @vhost_array.virtualhost }}/phpMyAdmin
+ https://{{ @vhost_array.domain }}/phpMyAdmin
https://{{ @HOST }}/phpMyAdmin
diff --git a/panel/ui/vhost/vhosts.html b/panel/ui/vhost/vhosts.html
index d6d5e3b..581fe08 100644
--- a/panel/ui/vhost/vhosts.html
+++ b/panel/ui/vhost/vhosts.html
@@ -12,7 +12,7 @@
- {{ @vhost_domain.virtualhost }} |
+ {{ @vhost_domain.domain }} |
{{ @vhost_domain.username }} |
{{ @vhost_domain.status }} |
|