aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Kaibin Yang <riverykb@outlook.com> 2021-10-26 02:26:09 +0800
committerGravatar GitHub <noreply@github.com> 2021-10-25 20:26:09 +0200
commit6660a2dded3995499e466e92e3dd0f503eb3db49 (patch)
tree8acc21cdc67857412b498c51f75c78c2a91e3c67 /docs
parent670f4c45ab7d94df18cfad33ba1b9231b3629887 (diff)
Add a reminder for NGINX installations (#3741) (#3934)
Update docs/en/admins/03_Installation.md
Diffstat (limited to 'docs')
-rw-r--r--docs/en/admins/03_Installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/admins/03_Installation.md b/docs/en/admins/03_Installation.md
index 5ef5c62cd..e96200911 100644
--- a/docs/en/admins/03_Installation.md
+++ b/docs/en/admins/03_Installation.md
@@ -4,7 +4,7 @@ These instructions are intended as general guidelines for installing FreshRSS. Y
Before you begin, make sure that you've read the [prerequisites](02_Prerequisites.md) for running FreshRSS. As shorthand, `.` refers to the directory to which your FreshRSS installation lives.
-1. If the computer you're running on is not currently running a web server, you'll first need to install and configure a web server, a version of PHP, and an appropriate database, as listed in the prerequisites. [Example Apache and Nginx configuration files can be found here](10_ServerConfig.md).
+1. If the computer you're running on is not currently running a web server, you'll first need to install and configure a web server, a version of PHP, and an appropriate database, as listed in the prerequisites. Specially, if you are using NGINX, please keep in mind that FreshRSS needs some specified variables to run properly. So make sure you've checked our configuration file. [Example Apache and Nginx configuration files can be found here](10_ServerConfig.md).
2. Download your chosen version of FreshRSS, or fetch it via git. It's advisable that you put FreshRSS in `/usr/share/`, and symlink the `./p/` folder to the root of your web server.[^1]