Skip to content

Commit

Permalink
Updated Server Requirements page
Browse files Browse the repository at this point in the history
Signed-off-by: alexmerlin <[email protected]>
  • Loading branch information
alexmerlin committed Oct 3, 2024
1 parent 7c6e342 commit 893f668
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/book/v5/introduction/server-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ For production, we highly recommend a *nix based system.

## Webserver

* Apache >= 2.2 **or** Nginx
### Apache >= 2.2

* mod_rewrite
* .htaccess support `(AllowOverride All)`

> The repository includes a default `.htaccess` file in the `public` folder.
### Nginx

You need to convert the provided Apache related `.htaccess` file into Nginx configuration instructions.

## PHP >= 8.2

Both mod_php and FCGI (FPM) are supported.
Expand Down

0 comments on commit 893f668

Please sign in to comment.