Просмотр исходного кода

Replace Vesta with Hestia in web templates.

Raphael Schneeberger 7 лет назад
Родитель
Сommit
08b16f9e19
31 измененных файлов с 38 добавлено и 37 удалено
  1. 1 1
      install/debian/8/templates/web/awstats/nav.tpl
  2. 1 1
      install/debian/8/templates/web/skel/public_html/index.html
  3. 1 1
      install/debian/8/templates/web/skel/public_html/robots.txt
  4. 1 1
      install/debian/8/templates/web/skel/public_shtml/index.html
  5. 1 1
      install/debian/8/templates/web/skel/public_shtml/robots.txt
  6. 1 1
      install/debian/9/templates/web/awstats/nav.tpl
  7. 3 3
      install/debian/9/templates/web/nginx/http2.stpl
  8. 3 3
      install/debian/9/templates/web/nginx/http2.tpl
  9. 1 1
      install/debian/9/templates/web/skel/public_html/index.html
  10. 1 1
      install/debian/9/templates/web/skel/public_html/robots.txt
  11. 1 1
      install/debian/9/templates/web/skel/public_shtml/index.html
  12. 1 1
      install/debian/9/templates/web/skel/public_shtml/robots.txt
  13. 1 1
      install/ubuntu/14.04/templates/web/awstats/nav.tpl
  14. 2 2
      install/ubuntu/14.04/templates/web/nginx/caching.stpl
  15. 1 1
      install/ubuntu/14.04/templates/web/skel/public_html/index.html
  16. 1 1
      install/ubuntu/14.04/templates/web/skel/public_html/robots.txt
  17. 1 1
      install/ubuntu/14.04/templates/web/skel/public_shtml/index.html
  18. 1 1
      install/ubuntu/14.04/templates/web/skel/public_shtml/robots.txt
  19. 1 1
      install/ubuntu/16.04/templates/web/awstats/nav.tpl
  20. 1 0
      install/ubuntu/16.04/templates/web/nginx/caching.sh
  21. 2 2
      install/ubuntu/16.04/templates/web/nginx/caching.stpl
  22. 1 1
      install/ubuntu/16.04/templates/web/skel/public_html/index.html
  23. 1 1
      install/ubuntu/16.04/templates/web/skel/public_html/robots.txt
  24. 1 1
      install/ubuntu/16.04/templates/web/skel/public_shtml/index.html
  25. 1 1
      install/ubuntu/16.04/templates/web/skel/public_shtml/robots.txt
  26. 1 1
      install/ubuntu/18.04/templates/web/awstats/nav.tpl
  27. 2 2
      install/ubuntu/18.04/templates/web/nginx/caching.stpl
  28. 1 1
      install/ubuntu/18.04/templates/web/skel/public_html/index.html
  29. 1 1
      install/ubuntu/18.04/templates/web/skel/public_html/robots.txt
  30. 1 1
      install/ubuntu/18.04/templates/web/skel/public_shtml/index.html
  31. 1 1
      install/ubuntu/18.04/templates/web/skel/public_shtml/robots.txt

+ 1 - 1
install/debian/8/templates/web/awstats/nav.tpl

@@ -10,7 +10,7 @@
 <body>
 <table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
-    <td><img src="logo.png" alt="vesta"></td>
+    <td><img src="logo.png" alt="hestia"></td>
     <td><form name="period" action="" method="get">
         <select name="select" ONCHANGE="change()">
 %select_month%

+ 1 - 1
install/debian/8/templates/web/skel/public_html/index.html

@@ -18,7 +18,7 @@
 <body>
     <h1>%domain%</h1>
     <div>
-        <a href="http://vestacp.com/">Powered by VESTA</a>
+        <a href="https://www.hestiacp.com/">Powered by HESTIA</a>
     </div>
 </body>
 

+ 1 - 1
install/debian/8/templates/web/skel/public_html/robots.txt

@@ -1,3 +1,3 @@
-# vestacp autogenerated robots.txt
+# hestiacp autogenerated robots.txt
 User-agent: *
 Crawl-delay: 10

+ 1 - 1
install/debian/8/templates/web/skel/public_shtml/index.html

@@ -18,7 +18,7 @@
 <body>
     <h1>%domain%</h1>
     <div>
-        <a href="http://vestacp.com/">Powered by VESTA</a>
+        <a href="https://www.hestiacp.com/">Powered by HESTIA</a>
     </div>
 </body>
 

+ 1 - 1
install/debian/8/templates/web/skel/public_shtml/robots.txt

@@ -1,3 +1,3 @@
-# vestacp autogenerated robots.txt
+# hestiacp autogenerated robots.txt
 User-agent: *
 Crawl-delay: 10

+ 1 - 1
install/debian/9/templates/web/awstats/nav.tpl

@@ -10,7 +10,7 @@
 <body>
 <table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
-    <td><img src="logo.png" alt="vesta"></td>
+    <td><img src="logo.png" alt="hestia"></td>
     <td><form name="period" action="" method="get">
         <select name="select" ONCHANGE="change()">
 %select_month%

+ 3 - 3
install/debian/9/templates/web/nginx/http2.stpl

@@ -4,14 +4,14 @@ server {
     ssl         on;
     ssl_certificate      %ssl_pem%;
     ssl_certificate_key  %ssl_key%;
-    error_log  /var/log/%web_system%/domains/%domain%.error.log error;
+    error_log  /var/log/httpd/domains/%domain%.error.log error;
 
     location / {
         proxy_pass      https://%ip%:%web_ssl_port%;
         location ~* ^.+\.(%proxy_extentions%)$ {
             root           %sdocroot%;
-            access_log     /var/log/%web_system%/domains/%domain%.log combined;
-            access_log     /var/log/%web_system%/domains/%domain%.bytes bytes;
+            access_log     /var/log/httpd/domains/%domain%.log combined;
+            access_log     /var/log/httpd/domains/%domain%.bytes bytes;
             expires        max;
             try_files      $uri @fallback;
         }

+ 3 - 3
install/debian/9/templates/web/nginx/http2.tpl

@@ -1,14 +1,14 @@
 server {
     listen      %ip%:%proxy_port%;
     server_name %domain_idn% %alias_idn%;
-    error_log  /var/log/%web_system%/domains/%domain%.error.log error;
+    error_log  /var/log/httpd/domains/%domain%.error.log error;
 
     location / {
         proxy_pass      http://%ip%:%web_port%;
         location ~* ^.+\.(%proxy_extentions%)$ {
             root           %docroot%;
-            access_log     /var/log/%web_system%/domains/%domain%.log combined;
-            access_log     /var/log/%web_system%/domains/%domain%.bytes bytes;
+            access_log     /var/log/httpd/domains/%domain%.log combined;
+            access_log     /var/log/httpd/domains/%domain%.bytes bytes;
             expires        max;
             try_files      $uri @fallback;
         }

+ 1 - 1
install/debian/9/templates/web/skel/public_html/index.html

@@ -18,7 +18,7 @@
 <body>
     <h1>%domain%</h1>
     <div>
-        <a href="http://vestacp.com/">Powered by VESTA</a>
+        <a href="https://www.hestiacp.com/">Powered by HESTIA</a>
     </div>
 </body>
 

+ 1 - 1
install/debian/9/templates/web/skel/public_html/robots.txt

@@ -1,3 +1,3 @@
-# vestacp autogenerated robots.txt
+# hestiacp autogenerated robots.txt
 User-agent: *
 Crawl-delay: 10

+ 1 - 1
install/debian/9/templates/web/skel/public_shtml/index.html

@@ -18,7 +18,7 @@
 <body>
     <h1>%domain%</h1>
     <div>
-        <a href="http://vestacp.com/">Powered by VESTA</a>
+        <a href="https://www.hestiacp.com/">Powered by HESTIA</a>
     </div>
 </body>
 

+ 1 - 1
install/debian/9/templates/web/skel/public_shtml/robots.txt

@@ -1,3 +1,3 @@
-# vestacp autogenerated robots.txt
+# hestiacp autogenerated robots.txt
 User-agent: *
 Crawl-delay: 10

+ 1 - 1
install/ubuntu/14.04/templates/web/awstats/nav.tpl

@@ -10,7 +10,7 @@
 <body>
 <table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
-    <td><img src="logo.png" alt="vesta"></td>
+    <td><img src="logo.png" alt="hestia"></td>
     <td><form name="period" action="" method="get">
         <select name="select" ONCHANGE="change()">
 %select_month%

+ 2 - 2
install/ubuntu/14.04/templates/web/nginx/caching.stpl

@@ -7,7 +7,7 @@ server {
     error_log  /var/log/%web_system%/domains/%domain%.error.log error;
 
     location / {
-        proxy_pass https://%ip%:%web_ssl_port%;
+        proxy_pass      https://%ip%:%web_ssl_port%;
 
         proxy_cache cache;
         proxy_cache_valid 15m;
@@ -31,7 +31,7 @@ server {
     }
 
     location @fallback {
-        proxy_pass https://%ip%:%web_ssl_port%;
+        proxy_pass      https://%ip%:%web_ssl_port%;
     }
 
     location ~ /\.ht    {return 404;}

+ 1 - 1
install/ubuntu/14.04/templates/web/skel/public_html/index.html

@@ -18,7 +18,7 @@
 <body>
     <h1>%domain%</h1>
     <div>
-        <a href="http://vestacp.com/">Powered by VESTA</a>
+        <a href="https://www.hestiacp.com/">Powered by HESTIA</a>
     </div>
 </body>
 

+ 1 - 1
install/ubuntu/14.04/templates/web/skel/public_html/robots.txt

@@ -1,3 +1,3 @@
-# vestacp autogenerated robots.txt
+# hestiacp autogenerated robots.txt
 User-agent: *
 Crawl-delay: 10

+ 1 - 1
install/ubuntu/14.04/templates/web/skel/public_shtml/index.html

@@ -18,7 +18,7 @@
 <body>
     <h1>%domain%</h1>
     <div>
-        <a href="http://vestacp.com/">Powered by VESTA</a>
+        <a href="https://www.hestiacp.com/">Powered by HESTIA</a>
     </div>
 </body>
 

+ 1 - 1
install/ubuntu/14.04/templates/web/skel/public_shtml/robots.txt

@@ -1,3 +1,3 @@
-# vestacp autogenerated robots.txt
+# hestiacp autogenerated robots.txt
 User-agent: *
 Crawl-delay: 10

+ 1 - 1
install/ubuntu/16.04/templates/web/awstats/nav.tpl

@@ -10,7 +10,7 @@
 <body>
 <table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
-    <td><img src="logo.png" alt="vesta"></td>
+    <td><img src="logo.png" alt="hestia"></td>
     <td><form name="period" action="" method="get">
         <select name="select" ONCHANGE="change()">
 %select_month%

+ 1 - 0
install/ubuntu/16.04/templates/web/nginx/caching.sh

@@ -16,3 +16,4 @@ if [ -e "$conf" ]; then
 else
     echo "$str" >> $conf
 fi
+

+ 2 - 2
install/ubuntu/16.04/templates/web/nginx/caching.stpl

@@ -7,7 +7,7 @@ server {
     error_log  /var/log/%web_system%/domains/%domain%.error.log error;
 
     location / {
-        proxy_pass https://%ip%:%web_ssl_port%;
+        proxy_pass      https://%ip%:%web_ssl_port%;
 
         proxy_cache cache;
         proxy_cache_valid 15m;
@@ -31,7 +31,7 @@ server {
     }
 
     location @fallback {
-        proxy_pass https://%ip%:%web_ssl_port%;
+        proxy_pass      https://%ip%:%web_ssl_port%;
     }
 
     location ~ /\.ht    {return 404;}

+ 1 - 1
install/ubuntu/16.04/templates/web/skel/public_html/index.html

@@ -18,7 +18,7 @@
 <body>
     <h1>%domain%</h1>
     <div>
-        <a href="http://vestacp.com/">Powered by VESTA</a>
+        <a href="https://www.hestiacp.com/">Powered by HESTIA</a>
     </div>
 </body>
 

+ 1 - 1
install/ubuntu/16.04/templates/web/skel/public_html/robots.txt

@@ -1,3 +1,3 @@
-# vestacp autogenerated robots.txt
+# hestiacp autogenerated robots.txt
 User-agent: *
 Crawl-delay: 10

+ 1 - 1
install/ubuntu/16.04/templates/web/skel/public_shtml/index.html

@@ -18,7 +18,7 @@
 <body>
     <h1>%domain%</h1>
     <div>
-        <a href="http://vestacp.com/">Powered by VESTA</a>
+        <a href="https://www.hestiacp.com/">Powered by HESTIA</a>
     </div>
 </body>
 

+ 1 - 1
install/ubuntu/16.04/templates/web/skel/public_shtml/robots.txt

@@ -1,3 +1,3 @@
-# vestacp autogenerated robots.txt
+# hestiacp autogenerated robots.txt
 User-agent: *
 Crawl-delay: 10

+ 1 - 1
install/ubuntu/18.04/templates/web/awstats/nav.tpl

@@ -10,7 +10,7 @@
 <body>
 <table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
-    <td><img src="logo.png" alt="vesta"></td>
+    <td><img src="logo.png" alt="hestia"></td>
     <td><form name="period" action="" method="get">
         <select name="select" ONCHANGE="change()">
 %select_month%

+ 2 - 2
install/ubuntu/18.04/templates/web/nginx/caching.stpl

@@ -7,7 +7,7 @@ server {
     error_log  /var/log/%web_system%/domains/%domain%.error.log error;
 
     location / {
-        proxy_pass https://%ip%:%web_ssl_port%;
+        proxy_pass      https://%ip%:%web_ssl_port%;
 
         proxy_cache cache;
         proxy_cache_valid 15m;
@@ -31,7 +31,7 @@ server {
     }
 
     location @fallback {
-        proxy_pass https://%ip%:%web_ssl_port%;
+        proxy_pass      https://%ip%:%web_ssl_port%;
     }
 
     location ~ /\.ht    {return 404;}

+ 1 - 1
install/ubuntu/18.04/templates/web/skel/public_html/index.html

@@ -18,7 +18,7 @@
 <body>
     <h1>%domain%</h1>
     <div>
-        <a href="http://vestacp.com/">Powered by VESTA</a>
+        <a href="https://www.hestiacp.com/">Powered by HESTIA</a>
     </div>
 </body>
 

+ 1 - 1
install/ubuntu/18.04/templates/web/skel/public_html/robots.txt

@@ -1,3 +1,3 @@
-# vestacp autogenerated robots.txt
+# hestiacp autogenerated robots.txt
 User-agent: *
 Crawl-delay: 10

+ 1 - 1
install/ubuntu/18.04/templates/web/skel/public_shtml/index.html

@@ -18,7 +18,7 @@
 <body>
     <h1>%domain%</h1>
     <div>
-        <a href="http://vestacp.com/">Powered by VESTA</a>
+        <a href="https://www.hestiacp.com/">Powered by HESTIA</a>
     </div>
 </body>
 

+ 1 - 1
install/ubuntu/18.04/templates/web/skel/public_shtml/robots.txt

@@ -1,3 +1,3 @@
-# vestacp autogenerated robots.txt
+# hestiacp autogenerated robots.txt
 User-agent: *
 Crawl-delay: 10