diff --git a/docs/book/v5/introduction/server-requirements.md b/docs/book/v5/introduction/server-requirements.md index e490022..823aab6 100644 --- a/docs/book/v5/introduction/server-requirements.md +++ b/docs/book/v5/introduction/server-requirements.md @@ -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.