Open arberrrapi opened 3 years ago
checksum: file /etc/letsencrypt/live/XXX.XXX.XXX.XXX/fullchain.pem is not regular file /etc/monit.d/check_nginx:21: Cannot compute a checksum for file /etc/letsencrypt/live/XXX.XXX.XXX.XXX/fullchain.pem ''/usr/sbin/nginx -s reload'' Starting Monit 5.26.0 daemon with http interface at [localhost]:2849 2021/05/19 10:24:39 [emerg] 1#1: cannot load certificate "/etc/letsencrypt/live/XXX.XXX.XXX.XXX/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/XXX.XXX.XXX.XXX/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file) nginx: [emerg] cannot load certificate "/etc/letsencrypt/live/XXX.XXX.XXX.XXX/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/XXX.XXX.XXX.XXX/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)
I guess its becuase of letsencrypt. How to disable letsencrypt. I commentet the lines of letsencrypt from wordpress.yml. Stop and restarted the services but still this error
Hi,
My suggestion is to follow the instructions exactly as provided. For example, it clearly states to make sure you have mapped a domain name prior to installation. The error clearly indicates that the values for DOMAIN
were not set up correctly.
https://github.com/openbridge/wordpress#your-installer and https://github.com/openbridge/wordpress#why-do-i-need-to-setup-dns-or-a-domain-name
Also, this is using docker, so the internals is either mounted from the host or resident in the persisted docker volume. My suggestion is to follow the documentation as provided. If you want to poke around and learn more about the internals, read the referenced documentation for NGINX (https://github.com/openbridge/nginx) and PHP-FPM (https://github.com/openbridge/ob_php-fpm)
Hello, i run the code with the server IP. dont have the domain yet. I will point it later.
The installation was successful apart ssl errors.
I open the ip on browsers on chrome says the SITE CANNOT BE REACHED.
I am new with docker and dont know how to initate the website.
I did run service nginx status it says the nginx.status could not be found In the /var theres no html or www folder to see the wordpress file.
How do I start thee website?