From ad8a2b80e09d12b533f9ed7aaa12c53706958824 Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Mon, 12 Nov 2018 21:36:55 +0700 Subject: [PATCH] Update INSTALL.md Add Nginx configuration line --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 97a3afb..3193ea1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -67,7 +67,12 @@ In your Virtual Host file, set your document root as follow: ``` DocumentRoot /path/to/friendica-directory/public/ ``` +### Nginx +Include this line your nginx config file. +``` +root /path/to/friendica-directory/public; +``` ## Set up the background task Friendica Directory relies on a background task running every minute to keep the directory up to date.