disable webserver stats

This commit is contained in:
creme 2020-10-25 19:30:10 +01:00
parent ea352a66d6
commit 6225a8e3b7
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
2 changed files with 2 additions and 2 deletions

View File

@ -343,7 +343,7 @@ include 'header.php';
<em>full data source: <a href="/sysinfo.json">https://$DOMAIN/sysinfo.json</a></em>
<em>status page: <a href="https://status.envs.net/" target="_blank">https://status.envs.net/</a></em>
<em>webserver stats: <a href="/stats/" target="_blank">https://$DOMAIN/stats/</a></em>
//<em>webserver stats: <a href="/stats/" target="_blank">https://$DOMAIN/stats/</a></em>
<em>server admin: <a href="/~creme/">&#126;creme</a></em>
</pre>

View File

@ -4,4 +4,4 @@
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
0 */12 * * * root /usr/local/bin/envs.net/envs_stats.sh >/dev/null 2>&1
#0 */12 * * * root /usr/local/bin/envs.net/envs_stats.sh >/dev/null 2>&1