From d5d38fdbb1764656cb6a43768d5143aae5ade50e Mon Sep 17 00:00:00 2001 From: skywalker Date: Wed, 13 Nov 2024 14:29:03 +0800 Subject: [PATCH] nginx logs path --- manual/setup/setup_ce_by_docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/setup/setup_ce_by_docker.md b/manual/setup/setup_ce_by_docker.md index d7c7f2c3a..47e4409c7 100644 --- a/manual/setup/setup_ce_by_docker.md +++ b/manual/setup/setup_ce_by_docker.md @@ -80,10 +80,10 @@ Placeholder spot for shared volumes. You may elect to store certain persistent i * /opt/seafile-data/seafile: This is the directory for seafile server configuration and data. * /opt/seafile-data/seafile/logs: This is the directory that would contain the log files of seafile server processes. For example, you can find seaf-server logs in `/opt/seafile-data/seafile/logs/seafile.log`. * /opt/seafile-data/logs: This is the directory for operating system. - * /opt/seafile-data/logs/var-log: This is the directory that would be mounted as `/var/log` inside the container. + * /opt/seafile-data/logs/var-log: This is the directory that would be mounted as `/var/log` inside the container. `/opt/seafile-data/logs/var-log/nginx` contains the logs of Nginx in the Seafile container. !!! tip - From Seafile Docker 12.0, the Nginx's log is not accessable, as we use the ***Caddy*** to do web service proxy. If you would like to access the logs of *Caddy*, you can use following command: + From Seafile Docker 12.0, we use the ***Caddy*** to do web service proxy. If you would like to access the logs of *Caddy*, you can use following command: ```sh docker logs seafile-caddy --follow