Update readme.md
For NGINX
This commit is contained in:
parent
05da20bb73
commit
0ee82c83b3
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,8 @@ No: private messages, plugins/extensions system.
|
|||
|
||||
## Install
|
||||
|
||||
### For Apache:
|
||||
|
||||
* Document Root == **public** folder (recommended):
|
||||
1. Rename public/**.dist.htaccess** to public/**.htaccess**,
|
||||
2. Rename public/**index.dist.php** to public/**index.php**;
|
||||
|
@ -24,6 +26,12 @@ No: private messages, plugins/extensions system.
|
|||
1. Rename **.dist.htaccess** to **.htaccess**,
|
||||
2. Rename **index.dist.php** to **index.php**.
|
||||
|
||||
### For NGINX:
|
||||
|
||||
* [Example](https://github.com/forkbb/forkbb/blob/master/nginx.dist.conf) nginx configuration.
|
||||
* Note: Root must point to the **public/** directory.
|
||||
* Note: The **index.dist.php** file does not need to be renamed.
|
||||
|
||||
## Links
|
||||
|
||||
* Development: https://github.com/forkbb/forkbb
|
||||
|
|
Loading…
Add table
Reference in a new issue