瀏覽代碼

Add a reminder for NGINX installations (#3741) (#3934)

Update docs/en/admins/03_Installation.md
Kaibin Yang 4 年之前
父節點
當前提交
6660a2dded
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/admins/03_Installation.md

+ 1 - 1
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]