Update readme.md

For NGINX
This commit is contained in:
Visman 2021-01-12 23:35:42 +07:00
parent 05da20bb73
commit 0ee82c83b3

View file

@ -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