Comments on How to Install Cachet Status Page System on CentOS 7
Cachet is a beautiful and powerful open source status page system written in PHP that allows you to better communicate downtime and system failures to your customers, teams, and shareholders. In this tutorial, we will install the Cachet status page system using PHP, Nginx, MySQL, and Composer on the CentOS 7 system.
2 Comment(s)
Add comment
Comments
By: webmastir
Awesome!! Thanks for making this tutorial.
By: John
nginx config file is wrong
ssl_certificate /etc/letsencrypt/status.domain.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/status.domain.com/private.key;
and
Create a directory to store your certs. We will use the /etc/letsencrypt directory.
mkdir -p /etc/letseCNrypt/example.com