diff options
| author | 2017-04-01 18:55:40 +0200 | |
|---|---|---|
| committer | 2017-04-01 18:55:40 +0200 | |
| commit | 4699361f6b6ee3a671295d18877f47a8c4b1ae8e (patch) | |
| tree | ec9219c4da0f7cc07b7c9546bc9b3979e218cc74 /README.md | |
| parent | f98cd52a02eb1e2d17b46ef9fddf327b0ebd55e2 (diff) | |
Readme log location
https://github.com/FreshRSS/FreshRSS/issues/1475
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -128,10 +128,11 @@ Create `/etc/cron.d/FreshRSS` with: # Advices -* For a better security, expose only the `./p/` folder on the web. +* For a better security, expose only the `./p/` folder on the Web. * Be aware that the `./data/` folder contains all personal data, so it is a bad idea to expose it. * The `./constants.php` file defines access to application folder. If you want to customize your installation, every thing happens here. -* If you encounter any problem, logs are accessible from the interface or manually in `./data/log/*.log` files. +* If you encounter any problem, logs are accessible from the interface or manually in `./data/users/*/log*.txt` files. + * The special folder `./data/users/_/` contains the part of the logs that are shared by all users. # Backup |
