From eeca3d1303c527849e2b1e5f470912d6405165c7 Mon Sep 17 00:00:00 2001 From: Basil Hendroff <63370329+basilhendroff@users.noreply.github.com> Date: Tue, 1 Jun 2021 01:09:39 +0800 Subject: [PATCH] Update README.md Caddy process and access logs are now in /var/log/caddy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91117ba..d717bc4 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Questions or issues about this resource can be raised in [this forum thread](htt Having installation or post-installation issues? First things to check are `wordpress.log` and `wordpress-config`. You may be asked to provide these if requesting assistance in the discussion area. You may find the logs below useful for troubleshooting. Assuming your jail is named `wordpress`, you can access these through a terminal using `iocage console wordpress`. -1. The Caddy webserver log file `/var/log/caddy.log` and access log `/var/log/access.log` +1. The Caddy webserver process log `/var/log/caddy/caddy.log` and access log `/var/log/caddy/access.log` 2. The MariaDB error log `/var/log/mysql/sqld.err` 3. The PHP-FPM log file at `/var/log/php-fpm.log` 4. The Redis log file at `/var/log/redis/redis.log`