From 2fcc1183123847c2f4e20fc6fe9f83eb607e6896 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Fri, 8 May 2015 11:09:31 +0800 Subject: [PATCH] Fix typo in faq/1-file.locations.md. --- faq/1-file.locations.md | 4 +++- html/file.locations.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/faq/1-file.locations.md b/faq/1-file.locations.md index 3e89f6f9..079cb11d 100644 --- a/faq/1-file.locations.md +++ b/faq/1-file.locations.md @@ -189,7 +189,9 @@ Main config file: * on OpenBSD, it's `/var/www/iredadmin/settings.py`. iRedAdmin is a web application, when debug mode is turned on, it will log error -message to Apache/Nginx ssl error log file. +message to Apache ssl error log file, or uwsgi log file (if you're running +Nginx). Usually uwsgi log file is `/var/log/uwsgi/`, but it's `/var/www/logs/` +on OpenBSD. Note: If you modified any iRedAdmin files (not just config file), please restart Apache or uwsgi service (if you're running Nginx) to reload modified files. diff --git a/html/file.locations.html b/html/file.locations.html index 68fa40a1..d6645dc4 100644 --- a/html/file.locations.html +++ b/html/file.locations.html @@ -230,7 +230,9 @@ releases), it has two separate config files: config/db.inc.php and
  • on OpenBSD, it's /var/www/iredadmin/settings.py.
  • iRedAdmin is a web application, when debug mode is turned on, it will log error -message to Apache/Nginx ssl error log file.

    +message to Apache ssl error log file, or uwsgi log file (if you're running +Nginx). Usually uwsgi log file is /var/log/uwsgi/, but it's /var/www/logs/ +on OpenBSD.

    Note: If you modified any iRedAdmin files (not just config file), please restart Apache or uwsgi service (if you're running Nginx) to reload modified files.

    Document published under a CC BY-ND 3.0 license. If you found something wrong, please do contact us to fix it.