Skip to content

Commit 1e1dc1a

Browse files
committed
Updated Server Requirements page
Signed-off-by: alexmerlin <[email protected]>
1 parent 83f1535 commit 1e1dc1a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/book/v5/introduction/server-requirements.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ For production, we highly recommend a *nix based system.
44

55
## Webserver
66

7-
* Apache >= 2.2 **or** Nginx
7+
### Apache >= 2.2
8+
89
* mod_rewrite
910
* .htaccess support `(AllowOverride All)`
1011

12+
> The repository includes a default `.htaccess` file in the `public` folder.
13+
14+
### Nginx
15+
16+
You need to convert the provided Apache related `.htaccess` file into Nginx configuration instructions.
17+
1118
## PHP >= 8.2
1219

1320
Both mod_php and FCGI (FPM) are supported.

0 commit comments

Comments
 (0)