Skip to content

Commit 08b16f9

Browse files
committed
Replace Vesta with Hestia in web templates.
1 parent b87939f commit 08b16f9

File tree

31 files changed

+38
-37
lines changed

31 files changed

+38
-37
lines changed

install/debian/8/templates/web/awstats/nav.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<table width="100%" border="0" cellspacing="0" cellpadding="0">
1212
<tr>
13-
<td><img src="logo.png" alt="vesta"></td>
13+
<td><img src="logo.png" alt="hestia"></td>
1414
<td><form name="period" action="" method="get">
1515
<select name="select" ONCHANGE="change()">
1616
%select_month%

install/debian/8/templates/web/skel/public_html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<body>
1919
<h1>%domain%</h1>
2020
<div>
21-
<a href="http://vestacp.com/">Powered by VESTA</a>
21+
<a href="https://www.hestiacp.com/">Powered by HESTIA</a>
2222
</div>
2323
</body>
2424

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# vestacp autogenerated robots.txt
1+
# hestiacp autogenerated robots.txt
22
User-agent: *
33
Crawl-delay: 10

install/debian/8/templates/web/skel/public_shtml/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<body>
1919
<h1>%domain%</h1>
2020
<div>
21-
<a href="http://vestacp.com/">Powered by VESTA</a>
21+
<a href="https://www.hestiacp.com/">Powered by HESTIA</a>
2222
</div>
2323
</body>
2424

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# vestacp autogenerated robots.txt
1+
# hestiacp autogenerated robots.txt
22
User-agent: *
33
Crawl-delay: 10

install/debian/9/templates/web/awstats/nav.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<table width="100%" border="0" cellspacing="0" cellpadding="0">
1212
<tr>
13-
<td><img src="logo.png" alt="vesta"></td>
13+
<td><img src="logo.png" alt="hestia"></td>
1414
<td><form name="period" action="" method="get">
1515
<select name="select" ONCHANGE="change()">
1616
%select_month%

install/debian/9/templates/web/nginx/http2.stpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ server {
44
ssl on;
55
ssl_certificate %ssl_pem%;
66
ssl_certificate_key %ssl_key%;
7-
error_log /var/log/%web_system%/domains/%domain%.error.log error;
7+
error_log /var/log/httpd/domains/%domain%.error.log error;
88

99
location / {
1010
proxy_pass https://%ip%:%web_ssl_port%;
1111
location ~* ^.+\.(%proxy_extentions%)$ {
1212
root %sdocroot%;
13-
access_log /var/log/%web_system%/domains/%domain%.log combined;
14-
access_log /var/log/%web_system%/domains/%domain%.bytes bytes;
13+
access_log /var/log/httpd/domains/%domain%.log combined;
14+
access_log /var/log/httpd/domains/%domain%.bytes bytes;
1515
expires max;
1616
try_files $uri @fallback;
1717
}

install/debian/9/templates/web/nginx/http2.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
server {
22
listen %ip%:%proxy_port%;
33
server_name %domain_idn% %alias_idn%;
4-
error_log /var/log/%web_system%/domains/%domain%.error.log error;
4+
error_log /var/log/httpd/domains/%domain%.error.log error;
55
66
location / {
77
proxy_pass http://%ip%:%web_port%;
88
location ~* ^.+\.(%proxy_extentions%)$ {
99
root %docroot%;
10-
access_log /var/log/%web_system%/domains/%domain%.log combined;
11-
access_log /var/log/%web_system%/domains/%domain%.bytes bytes;
10+
access_log /var/log/httpd/domains/%domain%.log combined;
11+
access_log /var/log/httpd/domains/%domain%.bytes bytes;
1212
expires max;
1313
try_files $uri @fallback;
1414
}

install/debian/9/templates/web/skel/public_html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<body>
1919
<h1>%domain%</h1>
2020
<div>
21-
<a href="http://vestacp.com/">Powered by VESTA</a>
21+
<a href="https://www.hestiacp.com/">Powered by HESTIA</a>
2222
</div>
2323
</body>
2424

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# vestacp autogenerated robots.txt
1+
# hestiacp autogenerated robots.txt
22
User-agent: *
33
Crawl-delay: 10

0 commit comments

Comments
 (0)