Skip to content

Commit

Permalink
nginx logs path
Browse files Browse the repository at this point in the history
  • Loading branch information
SkywalkerSpace committed Nov 13, 2024
1 parent d06f1d2 commit d5d38fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manual/setup/setup_ce_by_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5d38fd

Please sign in to comment.