From aefdb72ea83596b0d080e274ffd9e7365e2f144f Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Fri, 22 May 2015 14:55:02 +0800 Subject: [PATCH] Typo. --- faq/1-file.locations.md | 6 +++--- html/file.locations.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/faq/1-file.locations.md b/faq/1-file.locations.md index 99257cea..074242b2 100644 --- a/faq/1-file.locations.md +++ b/faq/1-file.locations.md @@ -204,9 +204,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 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. +message to [Apache ssl error log file](#apache), or uwsgi log file (if you're running +Nginx). uwsgi log file is under `/var/log/uwsgi/` on Linux/FreeBSD, and +`/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 036075f1..2955870a 100644 --- a/html/file.locations.html +++ b/html/file.locations.html @@ -246,9 +246,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 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.

    +message to Apache ssl error log file, or uwsgi log file (if you're running +Nginx). uwsgi log file is under /var/log/uwsgi/ on Linux/FreeBSD, and +/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.